aboutsummaryrefslogtreecommitdiff
path: root/discord/flags.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-09-07 22:15:24 -0400
committerRapptz <[email protected]>2020-09-23 03:21:19 -0400
commite10942a9ee4082b4d1ce903d31e6276baad9d273 (patch)
tree6286220c5063a10f4865daa1c1f3a44baafd586e /discord/flags.py
parentExplicitly disable the members presence by default (diff)
downloaddiscord.py-e10942a9ee4082b4d1ce903d31e6276baad9d273.tar.xz
discord.py-e10942a9ee4082b4d1ce903d31e6276baad9d273.zip
Add versionadded for intents enum
Diffstat (limited to 'discord/flags.py')
-rw-r--r--discord/flags.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/flags.py b/discord/flags.py
index ccb75d68..bc2a52ed 100644
--- a/discord/flags.py
+++ b/discord/flags.py
@@ -348,6 +348,8 @@ class Intents(BaseFlags):
A default instance of this class has everything enabled except :attr:`presences`
and :attr:`members`.
+ .. versionadded:: 1.5
+
.. container:: operations
.. describe:: x == y