flottbot
flottbot copied to clipboard
Allowing triggering CLI mode with flag instead of config file
Instead of having to mod the bot.yml
, you should be able to pass a flag to the flottbot binary. The usage would look something like:
flottbot --cli
or something similar, which would ignore any keys/tokens in the bot.yml
.
This would make local dev for bot makers easier.