Answer the question
In order to leave comments, you need to log in
How to make the bot leave a reaction to the user's message?
I tried to make the bot leave a reaction to the user's message when using the command, but the bot does not react at all. Here is the code I used:
@client.command(aliases = ["хелп"])
async def help (ctx):
await add_reaction('✅')
embed = discord.Embed (title="Список команд", description="", color=ctx.author.color)
embed.add_field(name="help", value="Выводит список команд", inline=False)
await ctx.send(embed=embed)
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