momentum-mod / discord-bot

The Discord bot used in the official Momentum Mod Discord Server.
https://discord.gg/momentummod
MIT License
9 stars 7 forks source link

Use SQLite instead of MySQL #137

Closed tsa96 closed 1 year ago

tsa96 commented 1 year ago

Turns out this was a pretty easy change, and the Docker setup simplifies a great deal.

Backups can just be a sqlite3 .backup cronjob I'll write on the server once this is merged.

Closes #134