Closed oMvhmoud closed 2 years ago
Describe the bug
After restarting your node instance if you log your giveaways list it will show prize/msg id/channel id/etc as undefined.
Error
To Reproduce
Expected behavior
Additional context
discord-giveaways
discord.js
Steps to Fix
rawGiveaways = rawGiveaways.map((giveaway) => giveaway.data);
Hope you publish v5.2.3 with fixing that. (idk if its out of support rn)
Quickmongo introduced the responsible change with its v5.0.1 Adjusted the example in v6.0.1
Describe the bug
After restarting your node instance if you log your giveaways list it will show prize/msg id/channel id/etc as undefined.
Error
To Reproduce
Expected behavior
Additional context
discord-giveaways
version: 5.2.2discord.js
version: 13.9.2Steps to Fix
rawGiveaways = rawGiveaways.map((giveaway) => giveaway.data);
Hope you publish v5.2.3 with fixing that. (idk if its out of support rn)