Skip to content

Commit 8ccd2ce

Browse files
authored
fix: Don't enable message content intent by default
1 parent 7e739f0 commit 8ccd2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
6969
If you want to use prefix commands, make sure to also enable the intent below in the Discord developer portal.
7070
"""
71-
intents.message_content = True
71+
# intents.message_content = True
7272

7373
# Setup both of the loggers
7474

0 commit comments

Comments
 (0)