Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 940 Bytes

CreateBot.md

File metadata and controls

18 lines (11 loc) · 940 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. (IMPORTANT!) Turn off public status in the bot tab. If anyone can add the bot they can use commands on your bot through their own server which bypasses your permissions! If someone else has added your bot to their server you can tell the bot to leave it using the --leave command line parameter (Use --help for more info).

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.