Skip to content

Commit 7c2dfb2

Browse files
authored
Removed message content intent enabled by default
1 parent 1fe7f8b commit 7c2dfb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
7272
If you want to use prefix commands, make sure to also enable the intent below in the Discord developer portal.
7373
"""
74-
intents.message_content = True
74+
# intents.message_content = True
7575

7676
bot = Bot(command_prefix=commands.when_mentioned_or(config["prefix"]), intents=intents, help_command=None)
7777

0 commit comments

Comments
 (0)