I'm making a discord python bot code that if i react with a emoji, the bot will send a message on the channel.
async def on_reaction_add(reaction, user):
if (reaction.emoji == '\N{VICTORY HAND}'):
await message.channel.send('hello')
But I cant send the message... (I'm terrible at English.. sorry)