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

Shardin problem #510

Open Narkeus2230 opened 9 months ago

Narkeus2230 commented 9 months ago

My bot has 4 shards, for example, when a giveaway is started as the 1st shard, the giveaways started by other shards are deleted from the database.

I think there is a problem with the module's shard management.

https://github.com/Androz2091/discord-giveaways/blob/master/src/Manager.js#L505C53-L505C53 it runs async function inside .forEach which might be the reason

Versions