Skip to content
Discussion options

You must be logged in to vote

When using current builds of version 2.0, you must manually opt into the message content intent:

intents = discord.Intents.default()
intents.message_content = True

bot = commands.Bot(..., intents=intents)

Or similar is required.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mansan1230
Comment options

@joannx
Comment options

Answer selected by Rapptz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants