detect a mention in a message discord.py code example
Example: how to mention someone discord.py
myid = '<@201909896357216256>'
await client.send_message(message.channel, ' : %s is the best ' % myid)
myid = '<@201909896357216256>'
await client.send_message(message.channel, ' : %s is the best ' % myid)