Answer the question
In order to leave comments, you need to log in
How to make the bot mention the user in the discord message?
Here is the
@client.event
async def on_message(message) code snippet:
if message.author == client.user:
return
if message.content.startswith('Hi Sally'):
await message.channel.send('Hi ... ! Glad to see a message from you)
Where is the ellipsis, there the bot should mention the user, please help)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question