From 15fd2b0aeb40d5650f97159e5f64c1b282950361 Mon Sep 17 00:00:00 2001
From: Someone <someone@somenet.org>
Date: Sun, 9 Jan 2022 22:59:42 +0100
Subject: [PATCH] core/CoreCommandHCF.py

---
 core/CoreCommandHCF.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/CoreCommandHCF.py b/core/CoreCommandHCF.py
index d53d00f..2225ee0 100644
--- a/core/CoreCommandHCF.py
+++ b/core/CoreCommandHCF.py
@@ -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.
-- 
2.43.0