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

---
 modules/CACommandModRemovePostText.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/CACommandModRemovePostText.py b/modules/CACommandModRemovePostText.py
index c5423c8..2915b45 100644
--- a/modules/CACommandModRemovePostText.py
+++ b/modules/CACommandModRemovePostText.py
@@ -10,7 +10,7 @@ class CACommandModRemovePostText(AbstractCommand):
     CONFIG = {"display_name": "somebot-command", "auto_complete": True,
               "auto_complete_hint": "<permalink> <reason>",
              }
-    CONFIG["auto_complete_desc"] = CONFIG["description"] = "📢 Remove post-text, but dont delete post. Run in same channel. Cannot be undone! [CHANNEL_ADMIN]"
+    CONFIG["auto_complete_desc"] = CONFIG["description"] = AbstractCommand.ICON_PUBLIC+"Remove post-text, but dont delete post. Run in same channel. Cannot be undone! [CHANNEL_ADMIN]"
 
 
     def on_POST(self, request, data):
-- 
2.43.0