I want to react to a ctx.author message. What I tried:
@client.command()
async def help:
command.add_reaction(':x:')
await ctx.author.send('Something')
But I got that command has no add_reaction
Replace command.add_reaction(':x:') with await ctx.message.add_reaction('❌')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With