For collections
If I switch to another vps, Discord.Collection() will be updated?
Like, I added some db in an Collection, if I go to another vps, I will lost collection or no?
3 Replies
• What's your exact discord.js
npm list discord.js
and node node -v
version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.Collections are caches
If the process is terminated, so do Collections
Caches as populated in the go, if you restart the process or move to another vps
Collections will be reseted and populated again
^ Collections will lost when you turn off the process, no matter in the same vps or not