Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 705 Bytes

CreateBot.md

File metadata and controls

21 lines (12 loc) · 705 Bytes

Creating a bot application

  1. Open the Discord developer portal.
  2. Create a new application in the top right corner.
  3. Turn off the install link in the installation page:

Install link page

  1. 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 (you can set bot permissions later):

Image showing a Discord selection box

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