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.
- Create an Application
- Open the BOT tab
- Click Add Bot
- You should see a token section, click Copy
- Insert the token in your
config.jsonfordiscord.token. - Open the OAuth2 tab
- Click the
botandapplications.commandscheckbox in the scopes - Check the permissions
Send Messages,View Channels, andManage Roles - Copy the link and open it in a new tab
- Select the server of your choice and authorize the application
- You are done! The bot should now be ready to use.