From 5d899c1aa2b668fe857572ff3e49e4b9f9ff8bca Mon Sep 17 00:00:00 2001 From: deflax Date: Wed, 17 Jan 2024 06:20:57 +0200 Subject: [PATCH] we dont need the presence intent --- src/discordbot/discordbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/discordbot/discordbot.py b/src/discordbot/discordbot.py index ab9f9f2..b8e7a4f 100644 --- a/src/discordbot/discordbot.py +++ b/src/discordbot/discordbot.py @@ -18,7 +18,7 @@ intents.members = True intents.guilds = True intents.messages = True intents.reactions = True -intents.presences = True +#intents.presences = True intents.message_content = True # Discord client