about summary refs log tree commit diff stats
path: root/discord
diff options
context:
space:
mode:
Diffstat (limited to 'discord')
-rw-r--r--discord/intents.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/intents.py b/discord/intents.py
index e9a412f..2e993ea 100644
--- a/discord/intents.py
+++ b/discord/intents.py
@@ -48,5 +48,5 @@ def gen_number(intents: list[Intents]):
     """
     number = 1
     for i in intents:
-        number << i.value()
+        number << i.value
     return number