From 2f5e629e2680fc80e40fa24313709c20cbe8ba64 Mon Sep 17 00:00:00 2001 From: neoarz Date: Sun, 14 Sep 2025 16:49:00 -0400 Subject: [PATCH] chore: initialize the bot --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index e32d8cc..373f544 100644 --- a/bot.py +++ b/bot.py @@ -64,7 +64,7 @@ It is recommended to use slash commands and therefore not use prefix commands. If you want to use prefix commands, make sure to also enable the intent below in the Discord developer portal. """ -# intents.message_content = True +intents.message_content = True # Setup both of the loggers