Closed Telepathique closed 2 years ago
thanks for posting it here. the thing is just that having this as an "open issue" seems odd, so idk should i just close it and treat it as general reference, or maybe convert this to a discussion?
thanks for posting it here. the thing is just that having this as an "open issue" seems odd, so idk should i just close it and treat it as general reference, or maybe convert this to a discussion?
general reference sound good
👍
Hello so i faced an issue that was caused by nodemon that keep watching for json and js by default files to restart and update the bot i found the way to keep my giveaways working after a couple hours of searching the cause. so i had to move hosting files "giveaways.json" into a folder that i named "database" then i created this file in my root of my project called
nodemon.json
its a native config file for nodemonafter this i modified my manager to : be able to read and save from the created file :
Now my giveaways are fully working ( module version 5.1.1) Discord.js vestion ( 13.6.0)