🤖Creating a bot

When you create a new project, the first thing to do is to create a bot on the developer portal!

Step 1 - Creating an application

Go to the url https://discord.com/developers/applications and create a new application as shown below

Step 2 - Copy Bot Data

After creating an application you should get something like this

Select the "Bot" tab

Click on "Reset Token"

Now click on "Copy"

Now, scroll a bit and enable the intents

Remember to save!

Open the bot builder and paste the token

Now, back to the developer portal, click on "oAuth2"

Copy the Client ID

Go back to the bot builder and paste it

Now you can save the project

Congrats!

You now setted up your bot!

Last updated

Was this helpful?