Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 649 Bytes

CreateBot.md

File metadata and controls

18 lines (11 loc) · 649 Bytes

Creating a bot application

  1. Open the Discord developer portal.
  2. Create a new application in the top right corner.
  3. Click add bot in the bot tab.
  4. Turn off public status in the bot tab:

Image showing a Discord selection box

  1. Turn on all intents in the bot tab:

Image showing a Discord selection box

  1. Generate an invite link in the OAuth2 tab with the following scopes (bot permissions do not matter in this step):

Image showing a Discord selection box

  1. Invite the bot using the invite link generated at the bottom.