cordlr-cli
cordlr-cli copied to clipboard
Implement Bot Storage
Cordlr needs a storage to keep informations about:
- Connected Servers
- Server Settings
- Plugin Permissions
- Bot Settings
- Bot Diagnostic Logging (optional)
For this I propose to use lowdb since it's easy to use and not depending on any server setup (mongo, etc.)
https://github.com/typicode/lowdb
Could also use sqlite3