Let’s create a Discord bot using Node.js (JavaScript)
Timestamps:
- 0:00 - Introduction
- 1:16 - Project Setup
- 4:36 - Creating Discord Application
- 8:06 - Adding the Bot to our Discord Server
- 10:46 - Logging the bot In
- 15:36 - Basic Events
- 18:26 - Ready Event
- 20:56 - Message Events
- 25:06 - Bot Responses
- 30:31 - Basic Chat Commands
- 37:36 - Kick Command
- 52:54 - Ban Command
- 1:00:45 - Message Reactions & Reaction Roles
- 1:12:15 - Webhooks
- 1:17:09 - Thank You
Code: https://github.com/ansonfoong/discordjs-bot-starter
#node #javascript #chatbot #developer