update: discord bot docs (#435)

This commit is contained in:
Taranjeet Singh
2023-08-11 17:30:21 -07:00
committed by GitHub
parent 0b72269e18
commit c5da46f8b0

View File

@@ -13,10 +13,10 @@ title: '🤖 Discord Bot'
- Set `Authorization Method` to `In-app Authorization`. Under `Scopes` select `bot`.
- Under `Bot Permissions` allow the following and then click on `Save Changes`.
```text
Read Messages/View Channel
Send Messages
Read Message History
Mention everyone
Read Messages/View Channel (under General Permissions)
Send Messages (under Text Permissions)
Read Message History (under Text Permissions)
Mention everyone (under Text Permissions)
```
- Now under `OAuth2` and go to `URL Generator`. Under `Scopes` select `bot`.
- Under `Bot Permissions` set the same permissions as above.