Skip to content
Dave Furrer edited this page Apr 2, 2022 · 1 revision

Creating a Discord Bot

  1. Go to https://discord.com/developers/applications/
  2. Create a New Application image
  3. Give the application a name
  4. Go to the bot tab image
  5. Click "Add Bot" -> "Yes, do it!"
  6. Click "Reset Token" image
  7. Make sure your bot is public: image

Add your Discord Bot to a Server

  1. Retrieve your application/client ID from the OAuth2 tab image
  2. Create an OAuth2 authorization URL (reference docs) Example: https://discord.com/api/oauth2/authorize?client_id=492747769036013578&scope=bot
  3. Put the created OAuth2 URL in a browser window and hit enter
  4. Select the server you want to invite the bot to from the list of servers: image
  5. Click "Authorize"
Clone this wiki locally