diff options
Diffstat (limited to 'bot/bot.py')
-rw-r--r-- | bot/bot.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -209,6 +209,7 @@ _intents = discord.Intents.all() _intents.bans = False _intents.integrations = False _intents.invites = False +_intents.members = False _intents.presences = False _intents.typing = False _intents.webhooks = False |