Skip to content

Simple command and slash command #1346

Closed Answered by sorienrot
sorienrot asked this question in Q&A
Discussion options

You must be logged in to vote

I have solved the problem thanks to the help of a Discord user. Fix the problem with

intents = discord.Intents.default()
intents.members = True
intents.presences = True

I add these two lines to more

intents.message_content = True
intents.messages = True

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sorienrot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant