qcarpentier / lovelace

Lovelace is (not yet) the best Discord bot to bootstrap your Discord server.
1 stars 0 forks source link

ConfigManger and logger classes #9

Closed SirMishaa closed 4 years ago

SirMishaa commented 4 years ago

ConfigManager is a class that allows you to read configuration files. For now, it reads the file src/config/botconfig.json.

This file contains the configuration for the moderator and administrator roles.

In adequacy with issue #8 , this pull request will also contain the log system (Winston) in order to display the information correctly in the console.

SirMishaa commented 4 years ago

Take a look at the last commit, and tell me what you think about it. a522d59

qcarpentier commented 4 years ago

@ASmallCookie Is the pull request ready for review? Because the WIP label is still there, keep me updated 😜

SirMishaa commented 4 years ago

@ASmallCookie Is the pull request ready for review? Because the WIP label is still there, keep me updated 😜

Not yet, I'll remove the WIP label when it will be. They stay just few things to do.