HifumiOld
HifumiOld copied to clipboard
Turn commands into optionally loaded modules that can be disabled
Right now forking the bot is nearly impossible because ALL env variables have to match otherwise the bot just dies. Turning it into this can make it so before commands are loaded, a specific optional property showing required environment variables can be be checked to see if they're present, if not, ignored. This will probably make loading things from a config.json file more difficult but .env is much better for both dev and production anyways.