class CoreCommandHCF(AbstractCommand):
TRIGGER = "hcf"
CONFIG = {"display_name": "somebot-command", "auto_complete": False}
- CONFIG["auto_complete_desc"] = CONFIG["description"] = "Halt, but cleanup first. 📢"
+ CONFIG["auto_complete_desc"] = CONFIG["description"] = AbstractCommand.ICON_PUBLIC+"Halt, but cleanup first."
USEINFO = cleandoc("""
``/hcf`` - Halt and catch fire. Or actually halt but cleanup first.
Used to wipe all this bot user's commands and then fail horribly.