Skip to content

Commit 958a9a7

Browse files
authored
Update discord/flags.py
1 parent aa8b168 commit 958a9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/flags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ def none(cls: Type[Intents]) -> Intents:
551551
@classmethod
552552
def default(cls: Type[Intents]) -> Intents:
553553
"""A factory method that creates a :class:`Intents` with everything enabled
554-
except :attr:`presences`, :attr:`members` and :attr:`guild_messages`.
554+
except :attr:`presences` and :attr:`members`.
555555
"""
556556
self = cls.all()
557557
self.presences = False

0 commit comments

Comments
 (0)