We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8b168 commit 958a9a7Copy full SHA for 958a9a7
discord/flags.py
@@ -551,7 +551,7 @@ def none(cls: Type[Intents]) -> Intents:
551
@classmethod
552
def default(cls: Type[Intents]) -> Intents:
553
"""A factory method that creates a :class:`Intents` with everything enabled
554
- except :attr:`presences`, :attr:`members` and :attr:`guild_messages`.
+ except :attr:`presences` and :attr:`members`.
555
"""
556
self = cls.all()
557
self.presences = False
0 commit comments