We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe7f8b commit 7c2dfb2Copy full SHA for 7c2dfb2
bot.py
@@ -71,7 +71,7 @@
71
72
If you want to use prefix commands, make sure to also enable the intent below in the Discord developer portal.
73
"""
74
-intents.message_content = True
+# intents.message_content = True
75
76
bot = Bot(command_prefix=commands.when_mentioned_or(config["prefix"]), intents=intents, help_command=None)
77
0 commit comments