Skip to content

Latest commit

 

History

History
62 lines (50 loc) · 2.77 KB

CreateBot.md

File metadata and controls

62 lines (50 loc) · 2.77 KB

Create Discord Bot

New Application

  • An Application creation dialog will be opened. Provide application name (e.g: craftsmen-app) and Team on application dialog and click on "Create" button.

Create Application

  • On next page an application will be created. Copy Application ID and Public Key and save it to somewhere. We will need it later.

Application Id and Public Key

  • From left menu, click on "Bot".

Bot Menu

  • A page will be appeared to add bot.

Add Bot

  • Click on "Add Bot" button. A dialog will be opened to proceed to add the bot. After proceeding a bot will be created. Note that you may need to apply 2FA with this procedure.
  • After adding bot, copy the bot token and save it along with Application ID and Public Key that you have already saved. We will need these later. Note that if you can not copy bot token within short time the "Copy" and "View Token" button will disappear. Then reset the bot token and copy it. You may need 2FA verification while resetting bot token.

Copy Token

  • At the bottom of bot page, look for "MESSAGE CONTENT INTENT". Once found, turn it on and click "Save Changes" button.

Message Content Intent

  • Then click on "OAuth2" menu from left menu pan and click "URL Generator" sub-menu.
  • From "SCOPES", check "bot".

Application Scopes

  • From "BOT PERMISSIONS", check "Send messages".

Application Bot Permissions

  • Then from "GENERATED URL", copy the url.

Generated URL

  • Paste the url to another browser tab and hit "Enter". A dialog will be opened to add bot to your server. Selected your server from server dropdown list and click "Continue".

Add Bot to Server

  • Close the browser tab after adding the bot to your server. You're done.