Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

discord bot remove message reaction

@client.event
async def on_reaction_add(reaction, user):
    if reaction.message.content == "try me":
        await reaction.remove(user)
 
PREVIOUS NEXT
Tagged: #discord #bot #remove #message #reaction
ADD COMMENT
Topic
Name
4+6 =