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

Giveaway stops when the number of members that join or less than the specified amount of winners #266

Closed jettofHosts closed 3 years ago

jettofHosts commented 3 years ago

For example: .gstart channel time winner count prize

If the winner count is 5 and only 4 join. The giveaway doesn't decide a winner but throws an error. This problem is solved in this npm package under the giveaway section. Probably the owner of this package can incorporate some of its code to fix this issue

Nico105 commented 3 years ago

We're aware of this and have already fixed it in the develop branch, you can do npm i Androz2091/discord-giveaways#develop to already install it if you like. It will be included in the next release.

Nico105 commented 3 years ago

🎉 v4.5.0 is now released!