thatmaxplayle / MaxBot

The Discord Bot written by a guy called Max. It basically does everything 🤩
https://maxplayle04.github.io/MaxBot
0 stars 0 forks source link

Implement JSON notation support for Rules Files #2

Closed thatmaxplayle closed 4 years ago

thatmaxplayle commented 4 years ago

What actually happens:

The rules files locations are hardcoded into the program

What should happen:

The rules files location/names should be pulled from the config.json file in the root directory.

Progress:

In progress, need to handle SettingsService and get the Settings Service to retrieve the preferences when necessary, and on startup.

Status:

in progress - to finish

thatmaxplayle commented 4 years ago

Done.