diff --git a/bot.py b/bot.py index 51f7433..626a72b 100644 --- a/bot.py +++ b/bot.py @@ -56,7 +56,7 @@ intents.presences = True """ -intents = discord.Intents.default() +intents = discord.Intents.all() """ Uncomment this if you want to use prefix (normal) commands.