Learn Discord JS in 15 min

Опубликовано: 15 Сентябрь 2024
на канале: Computeshorts
18k
471

Creating a discord bot is easier than you think especially with the introduction of discord js. Now anyone with basic Javascript knowledge can create their very own discord bot quickly.

BEST MERCH -

╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗
║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣
╠╗║╚╝║║╠╗║╚╣║║║║║═╣
╚═╩══╩═╩═╩═╩╝╚╩═╩═╝

All of the code is available on github

vs code -
node JS -
git -
discord developer console -

Follow me on twitter:
Checkout my blog

Chapters:
0:00 ⏩ setting up environment
0:50 ⏩ discord developer console
2:42 ⏩ initializing the project
3:18 ⏩ importing discord js
4:00 ⏩ Discord Client Class
4:30 ⏩ Discord Intents
5:25 ⏩ Commands
6:10 ⏩ Loading Commands
7:35 ⏩ Github Copilot
8:20 ⏩ Discord Events
8:50 ⏩ Registering commands
10:50 ⏩ Running Commands
12:20 ⏩ Debugging
14:10 ⏩ Working bot