anime-crossing / man-chan

A collaborative effort between friends. Multipurpose Discord Bot written in Python.
MIT License
2 stars 1 forks source link

Add Python Rakes and Fix is_enabled() #30

Open furlongi opened 1 year ago

furlongi commented 1 year ago

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: