When the reaction is added, it doesn t get deleted, and there is no error anywhere.
@client.event
async def on_reaction_add(reaction, user):
if reaction.message.author == sample#0000 :
await reaction.message.clear_reactions()
It works without the author check. I am new to discord bots, so whats wrong with this?