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