How to create a bot

June 26, 2021 ยท View on GitHub

To use strumbot you need a discord bot and the authorization token. A bot can be created from the Developer Dashboard.

  1. Create an Application
  2. Open the BOT tab
  3. Click Add Bot
  4. You should see a token section, click Copy
  5. Insert the token in your config.json for discord.token.
  6. Open the OAuth2 tab
  7. Click the bot and applications.commands checkbox in the scopes
  8. Check the permissions Send Messages, View Channels, and Manage Roles
  9. Copy the link and open it in a new tab
  10. Select the server of your choice and authorize the application
  11. You are done! The bot should now be ready to use.