diff options
| -rw-r--r-- | bot/bot.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/bot.py b/bot/bot.py index 3a2af472d..914da9c98 100644 --- a/bot/bot.py +++ b/bot/bot.py @@ -111,7 +111,7 @@ class Bot(commands.Bot):          loop = asyncio.get_event_loop()          allowed_roles = [discord.Object(id_) for id_ in constants.MODERATION_ROLES] -        intents = discord.Intents().all() +        intents = discord.Intents.all()          intents.presences = False          intents.dm_typing = False          intents.dm_reactions = False | 
