A simple local test, that goes through the config.json file's keys and values, and closes the app with an error, if something isn't right.
This should be a crucial check, so the bot won't even start, instead of failing halfway through while already running because of an incorrect / missing configuration value.
A simple local test, that goes through the
config.json
file's keys and values, and closes the app with an error, if something isn't right.This should be a crucial check, so the bot won't even start, instead of failing halfway through while already running because of an incorrect / missing configuration value.