Open corysabol opened 7 years ago
Also possible to allow for server DMs to upload a config file and have the bot download it and apply it that way too. Might can just pin it to the server, and the bot will first look for a pinned config.json in it's server, if it doesn't find that one then it will look for a local toplevel config.json in it's running dir, and if it doesn't find that then it will source the default one that will be in a config dir or something like that.
The part about looking for pinned conf isn't something I really want to implement actually.
Maybe eventually something like that. But, I just really don't wanna, hah.
copied from discord conversation:
All the debug messages it puts out should be in character for being tomochan, not kobayashi so like a command to check and make sure it's running responds "hai hai tomochan desu"
Implementing a JSON based config file as follows:
We can have a set of possible fields that can be overridden from a default config file if the user one is present. This way the interface from code to config file is always the same but users may modify the strings present in the help messages, etc.
@Shatterwaltz for discussion