issues
search
TheBookKnight
/
dj-discord-bot
Udemy
MIT License
0
stars
0
forks
source link
1 - Register Discord Bot
#4
Closed
TheBookKnight
closed
1 month ago
TheBookKnight
commented
1 month ago
Install Discord
Create a Server for practice
Submit an
application for a bot on Discord
Under Redirects so you can register the app to test it locally
http://localhost:3001/auth/discord/redirect
Enable scopes:
bot
applications.commands
Bot Merissions:
Enable slash commands
Install Dotenv and DiscordJS
npm install dotenv npm install discord.js