aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/bot.py')
-rw-r--r--bot/bot.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/bot.py b/bot/bot.py
index 5a301858..e762f0c4 100644
--- a/bot/bot.py
+++ b/bot/bot.py
@@ -209,8 +209,8 @@ _intents = discord.Intents.all()
_intents.bans = False
_intents.integrations = False
_intents.invites = False
-_intents.members = False
-_intents.presences = False
+_intents.members = False # Privileged
+_intents.presences = False # Privileged
_intents.typing = False
_intents.webhooks = False