Answers for "how to mention someone discord.py"

0

how to mention someone discord.py

myid = '<@201909896357216256>'
await client.send_message(message.channel, ' : %s is the best ' % myid)
Posted by: Guest on August-04-2020
0

how to mention someone discord.py

await message.channel.send(f'<@{your_id_here}> is the best')
Posted by: Guest on June-09-2021

Code answers related to "how to mention someone discord.py"

Python Answers by Framework

Browse Popular Code Answers by Language