knights-of-academia / horace

discord.js bot powering the Knights of Academia server with commands like info, AFK, and more
MIT License
23 stars 19 forks source link

Info terms to Sequelize DB #134

Closed ghost closed 3 years ago

ghost commented 4 years ago

The current info terms format being stored in a JSON file will soon be outdated, and can definitely be improved.

Give users a base DB to work from storing all the current info terms. Create a command (ex. !info add <term>) to add/delete/edit info terms from the server itself (usable by admin roles only).

RaniOfTheRain commented 4 years ago

Hi, I'm picking up this issue