mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-15 10:19:59 +00:00
Add message content to the Intents.default docstring
This commit is contained in:
parent
e14153ddcb
commit
19b10eecfe
@ -509,7 +509,7 @@ class Intents(BaseFlags):
|
|||||||
@classmethod
|
@classmethod
|
||||||
def default(cls: Type[Intents]) -> Intents:
|
def default(cls: Type[Intents]) -> Intents:
|
||||||
"""A factory method that creates a :class:`Intents` with everything enabled
|
"""A factory method that creates a :class:`Intents` with everything enabled
|
||||||
except :attr:`presences` and :attr:`members`.
|
except :attr:`presences`, :attr:`members`, and :attr:`message_content`.
|
||||||
"""
|
"""
|
||||||
self = cls.all()
|
self = cls.all()
|
||||||
self.presences = False
|
self.presences = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user