Skip to content
Advertisement

Clear reactions in setting time [nextcord.py]

I want clear or disable reactions in setting time using nextcord.py

I making poll command and wanna delete or disable(I dont know can I or not) reactions in setting time

I have code like this

JavaScript

I have my time time_plus and wanna do something when time invoke

Advertisement

Answer

You can use reaction.clear or reaction.remove to remove reaction from your message.
Here’s an example to remove specific reaction from user by using on_raw_reaction_add

JavaScript
Advertisement