Answer the question
In order to leave comments, you need to log in
How to mark users with a specific role?
There is this code
bot.command()
async def play(ctx, member: discord.Member = None):
if member == None:
return
else:
await ctx.channel.send(f"{ctx.author.mention} зовет играть:{member.mention}")
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question