Add command based administrative cli tools to do various tasks. The Shovel or Fabric library could solve this but feel free to explore other options.
The first rake task can be reloading the config file. While we do this, we accidentally made a bug where is_enabled() can raise a KeyError if a variable does not exist. Should just return False if this is the case.
Done when:
Rake tasks are setup
Rake task for reloading configs is ready
!reload bot command for admin users that replicates the above rake task
Add command based administrative cli tools to do various tasks. The Shovel or Fabric library could solve this but feel free to explore other options.
The first rake task can be reloading the config file. While we do this, we accidentally made a bug where is_enabled() can raise a KeyError if a variable does not exist. Should just return False if this is the case.
Done when: