Skip to content

commands.when_mentioned_or(prefix) Using prefix not working #9693

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

You must be logged in to vote
status = discord.Status.dnd
activity = discord.Game("with discord servers 😈")

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

client = commands.Bot(command_prefix=commands.when_mentioned_or(prefix), help_command=None, intents=intent)

fixed it

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

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