Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
admin: update set/unset responses to be more informative
Previously, there was no feedback from the bot on successful `set`/`unset`. This led to some confusion during testing. Now, the bot will `say` "OK... " upon successful setting/unsetting of an option. Additionally, viewing an option will also show the value `type` to avoid issues like differentiating between `= None (NoneType)` and `= None (str)`, where one may have intentionally set `None` as a `str`, or accidentally set `None` while trying to clear/unset an option.
- Loading branch information