Skip to content

Commit

Permalink
fix: Don't enable message content intent by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrypt0nn authored Sep 26, 2023
1 parent 7e739f0 commit 8ccd2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
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

Expand Down

0 comments on commit 8ccd2ce

Please sign in to comment.