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