convert mention to user discord.py code example
Example 1: how to mention someone discord.py
myid = '<@201909896357216256>'
await client.send_message(message.channel, ' : %s is the best ' % myid)
Example 2: python discord mention user
await message.channel.send(message.author.mention)