Androz2091 / discord-giveaways

🎉 Complete framework to facilitate the creation of giveaways using discord.js
https://discord-giveaways.js.org
MIT License
334 stars 127 forks source link

How do I stop a user from participating? #280

Closed Dragonizedpizza closed 3 years ago

Dragonizedpizza commented 3 years ago

How do I stop a user from participating? I know I can remove the reaction, but what if I don't want to remove the reaction, and only want their participation to be cancelled?

Nico105 commented 3 years ago

https://github.com/Androz2091/discord-giveaways#exempt-members With that you prevent users from winning without removing reactions. If that is not what you want then pls specify what you mean with "cancel participation"

Dragonizedpizza commented 3 years ago

exempt-members is what I was looking for, thanks.