Skip to content

Commit e9c1fb8

Browse files
Strengthlessjchristgit
authored andcommitted
docs: update required privileged intents in bot.md
1 parent 5ef9653 commit e9c1fb8

File tree

1 file changed

+2
-2
lines changed
  • pydis_site/apps/content/resources/guides/pydis-guides/contributing

1 file changed

+2
-2
lines changed

pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ See [here](../creating-bot-account) for help with setting up a bot account. Once
5757
#### Privileged Intents
5858

5959
It is necessary to explicitly request that your Discord bot receives certain gateway events.
60-
The Python bot requires the `Server Member Intent` to function.
60+
The Python bot requires `Server Member Intent` and `Message Content Intent` to function.
6161
In order to enable it, visit the [Developer Portal](https://discord.com/developers/applications/) (from where you copied your bot's login token) and scroll down to the `Privileged Gateway Intents` section.
6262
The `Presence Intent` is not necessary and can be left disabled.
6363

64-
If your bot fails to start with a `PrivilegedIntentsRequired` exception, this indicates that the required intent was not enabled.
64+
If your bot fails to start with a `PrivilegedIntentsRequired` exception, this indicates that the required intents were not enabled.
6565

6666
---
6767

0 commit comments

Comments
 (0)