Androz2091 / discord-giveaways

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

New condition option for giveaways #107

Open tunikakeks opened 3 years ago

tunikakeks commented 3 years ago

Please make it able to Stop a giveaway

Nico105 commented 3 years ago

So you mean that you can stop it and then you continue it some time later?

tunikakeks commented 3 years ago

Yes, and that I can Stop it before it ends

Example:

I will end the Giveaway when 100 Users on my Discord. If I have 100 Users on my Discord Server i would Stop it

Shashank3736 commented 3 years ago

Hmm, something like the opposite of all present giveaway. I guess you mean a way to create giveaways that never end until we run stop() method. These type of giveaways have no reason to be created by the module as you can simply make an announcement where members can react and do an eval to get a random member from the reaction when you achieve 100 members.

Still, you can achieve this from the current version.

By this way, you can easily achieve it without any hassle. But in the next release, I hope this type of things will become pretty easy to make.

But with your this feature request I think @Androz2091 should add one more function which we can customise on giveaway and manager creation. A function named as condition which will be checked before ending the giveaway.

ririko5834 commented 3 years ago

Please add it