core/CoreCommandHCF.py
authorSomeone <someone@somenet.org>
Sun, 9 Jan 2022 21:59:42 +0000 (22:59 +0100)
committerSomeone <someone@somenet.org>
Sun, 9 Jan 2022 21:59:42 +0000 (22:59 +0100)
core/CoreCommandHCF.py

index d53d00f54dbd4a9b76e2ea0d9aa7613b296986b2..2225ee01b7c68054416f5e0b199e0fdb76ee4c38 100644 (file)
@@ -10,7 +10,7 @@ from AbstractCommand import AbstractCommand
 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.