Discord Bot Token
Below there will be a guide on creating a discord bot token and inviting it to your discord.
Last updated
Below there will be a guide on creating a discord bot token and inviting it to your discord.
Last updated
Start by visiting the Discord Developer Portal. This portal is where you manage all your applications and bots.
If you already have a bot, simply select it from the list.
If not, click the “New Application” button to create one.
Next, you’ll need to name your bot.
After naming your bot, navigate to the Bot tab.
Click on Add Bot if your bot isn't already created.
Once the bot is created, enable all necessary intents by toggling the options in the Privileged Gateway Intents section.
To invite the bot to your Discord server:
Go to the OAuth2 tab.
Under OAuth2 URL Generator, select the following scopes:
bot
applications.commands
Scroll down to OAuth2 URL Generator and copy the generated URL.
Paste this URL into your browser, select your server, and authorize the bot.
Finally, you’ll need to obtain your bot's token:
Navigate to the Bot tab.
Click Reset Token to generate a new token.
Copy the token and paste it into your config.json
file where it says "token"
.
You have successfully completed the bot setup.