Creating a bot
Here is what you need to create your first discord bot!
Last updated
Here is what you need to create your first discord bot!
Last updated
Go to Developer Page, https://discord.com/developers/applications
Click on new Application
Give it a name, for me is testing.
Now go to installations, select guild install, not user install unless you want the bot to run in your dms and select the scopes. Bot and applications.commands scopes, they are something you need!
Now head over to bot, and reset the token as discord updated their features and you cannot see the token till you reset it.
Now scroll down and select all intents, this is just to prevent crash errors related to intents.
Now scroll down again, and select the permissions for yout bot!
And this is it! Click on next page to go to how to use discord.js and other libraries to start up your discord bot!