You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,11 +57,11 @@ See [here](../creating-bot-account) for help with setting up a bot account. Once
57
57
#### Privileged Intents
58
58
59
59
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.
61
61
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.
62
62
The `Presence Intent` is not necessary and can be left disabled.
63
63
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.
0 commit comments