Bot Application Setup

Creating your bot

  1. Open the Discord developer portal and log into your account.

  2. Click on the "New Application" button.

  3. Enter a name and confirm the pop-up window by clicking the "Create" button.

You should see a page like this:

You can edit your application's name, description, and avatar here. Once you've saved your changes, move on by selecting the "Bot" tab in the left panel.

Click the "Add Bot" button on the right and confirm the pop-up window by clicking "Yes, do it!"

Your token

After creating a bot user, you'll see a section like this:

In this panel, you can give your bot an avatar, set its username, and make it public or private. You can access your token in this panel as well, either by revealing it or pressing the "Copy" button. When we ask you to paste your token somewhere, this is the value that you need to put in. Don't worry if you do happen to lose it at some point; you can always come back to this page and copy it again.

Gateway Intents

Under the page, you'll see a section called "Privileged Gateway Intents", which will look at this:

In this section, you MUST enable the following intents: the Presence Intent, the Server Members Intent, and the Message Content Intent. Make sure the intents are enabled for the bot to work correctly.

Last updated

Was this helpful?