TrueWinter / DiscordBot

My Discord bot. Development has been stopped
https://blog.truewinter.dev/2020/04/09/development-and-support-for-my-discord-bot-has-been-stopped
Apache License 2.0
46 stars 42 forks source link

Per server settings not working #16

Closed TrueWinter closed 7 years ago

TrueWinter commented 7 years ago

Per server settings have a strange behaviour where if a setting is changed for a server (using the set command and probably also the dashboard), all settings including the defaultSettings in memory is changed. Noticed this in the dev version of the bot

TrueWinter commented 7 years ago

This issue only happened to me when it was running on a VM or VPS. It did not happen when testing it locally on my laptop.

TrueWinter commented 7 years ago

I'm really hoping that I won't have to change the bot to use a database such as SQLite or MongoDB...

TrueWinter commented 7 years ago

I think I fixed it

TrueWinter commented 7 years ago

Fixed