Przeglądaj źródła

update: discord bot docs (#435)

Taranjeet Singh 2 lat temu
rodzic
commit
c5da46f8b0
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      docs/examples/discord_bot.mdx

+ 4 - 4
docs/examples/discord_bot.mdx

@@ -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.