From 0d0998790d8dad864ebb6f0c8cdf25b50c88ca70 Mon Sep 17 00:00:00 2001 From: thefrenchaxo Date: Wed, 26 Mar 2025 17:13:02 +0100 Subject: [PATCH] Updating the intents variable --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.