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

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

diff --git a/modules/TACommandDelAnnounce.py b/modules/TACommandDelAnnounce.py
index b440948..dd2041a 100644
--- a/modules/TACommandDelAnnounce.py
+++ b/modules/TACommandDelAnnounce.py
@@ -10,7 +10,7 @@ class TACommandDelAnnounce(AbstractCommand):
     CONFIG = {"display_name": "somebot-command", "auto_complete": True,
               "auto_complete_hint": "<permalink>",
              }
-    CONFIG["auto_complete_desc"] = CONFIG["description"] = "📢 Delete announcement referenced by <permalink>. Must be executed in the same team. [TEAM_ADMIN]"
+    CONFIG["auto_complete_desc"] = CONFIG["description"] = AbstractCommand.ICON_PUBLIC+"Delete announcement referenced by <permalink>. Must be executed in the same team. [TEAM_ADMIN]"
 
 
     def on_POST(self, request, data):
-- 
2.43.0