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

mongoDB (quickmongo) err #248

Closed GulliDev closed 3 years ago

GulliDev commented 3 years ago

npm v. 4.4.3 djs v12 node v12 win 10

Main File: https://sourceb.in/FDpvAlYq7w ERR: https://sourceb.in/PgPt5WeOyH Giveaway cmd: https://sourceb.in/rVLJzA7U1H

Nico105 commented 3 years ago

It's because it should be db.on instead of db.once in your main file, it will get changed with the next release.

https://github.com/Androz2091/discord-giveaways/blob/develop/examples/custom-databases/quickmongo.js I recommend you use the unreleased version of the example, you only have to take note to add the line 65 and 70 part

Nico105 commented 3 years ago

🎉 v4.5.0 is now released!