From ad478ff2daf2293db89ea691abd40da7625c68f3 Mon Sep 17 00:00:00 2001 From: apple502j <33279053+apple502j@users.noreply.github.com> Date: Wed, 6 Apr 2022 17:26:36 +0900 Subject: [PATCH] [docs] Update PrivilegedIntentsRequired docs --- discord/errors.py | 1 + 1 file changed, 1 insertion(+) diff --git a/discord/errors.py b/discord/errors.py index b16ea8b05..deec17406 100644 --- a/discord/errors.py +++ b/discord/errors.py @@ -220,6 +220,7 @@ class PrivilegedIntentsRequired(ClientException): - :attr:`Intents.members` - :attr:`Intents.presences` + - :attr:`Intents.message_content` Attributes -----------