Answer the question
In order to leave comments, you need to log in
How to get the ID of the mentioned user in a specific Discord group channel?
I am writing my own discord bot .. and I need it to be able to receive the user ID of the user mentioned in my specified group and a specific channel (if possible) , how to make this a reality? All my attempts were unsuccessful and information about it is almost 0.
Answer the question
In order to leave comments, you need to log in
almost 0 information about it
@bot.command()
async def test(ctx, member: discord.Member):
await ctx.send(member.id)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question