cordlr-cli icon indicating copy to clipboard operation
cordlr-cli copied to clipboard

Implement Bot Storage

Open bdbch opened this issue 6 years ago • 2 comments

Cordlr needs a storage to keep informations about:

  1. Connected Servers
  2. Server Settings
  • Plugin Permissions
  • Bot Settings
  1. Bot Diagnostic Logging (optional)

bdbch avatar Mar 20 '18 16:03 bdbch

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

bdbch avatar Mar 20 '18 16:03 bdbch

Could also use sqlite3

bdbch avatar Mar 21 '18 01:03 bdbch