Answers for "python discord bot mention do something"

0

python discord mention user

await message.channel.send(message.author.mention)
Posted by: Guest on July-24-2020
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

Python Answers by Framework

Browse Popular Code Answers by Language