From c5da46f8b0c0a758f151d10a2f99d3c7616026c0 Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Fri, 11 Aug 2023 17:30:21 -0700 Subject: [PATCH] update: discord bot docs (#435) --- docs/examples/discord_bot.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/examples/discord_bot.mdx b/docs/examples/discord_bot.mdx index 5c1e348d..66446a40 100644 --- a/docs/examples/discord_bot.mdx +++ b/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.