Discord Bot
🤖 How to create a Discord bot with discord.js! 🤖
- #1
Introduction
05 Nov 2020Introducing a new series: How to Make a Discord bot! This video covers the tools I plan to use to create and code a Discord bot.
- #2
Discord Developer Portal
05 Nov 2020In this video I demonstrate how use the discord developer portal to create a bot application and add it to a specific discord server using the client id.
- #3
Coding a Bot with discord.js
05 Nov 2020It’s finally time to write some code! In this video, I demonstrate the very basics of coding a “hello world”-style bot with discord.js.
- #4
Hiding API Keys with .env
28 Nov 2020In this video I demonstrate how to use the node dotenv package along with a .env file to store (and hide!) API keys outside of the source code.
- #5
Posting GIFs
14 Dec 2020In this video, I demonstrate how to post GIFs to Discord from a bot.
- #6
Command Handler
13 Jan 2021In this video I demonstrate how to manage multiple Discord bot commands with “a command handler” built with CommonJS and require() in node.js.