modules/TACommandAnnounce.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)
modules/TACommandAnnounce.py

index 90b371ca773963695f152fd687e828ea9a8d1d1b..9f50028a4ba4c04070fc385ebc15e449817a3725 100644 (file)
@@ -10,7 +10,7 @@ class TACommandAnnounce(AbstractCommand):
     CONFIG = {"display_name": "somebot-command", "auto_complete": True,
               "auto_complete_hint": "<text>",
              }
-    CONFIG["auto_complete_desc"] = CONFIG["description"] = "📢 Posts <text> into the current team\"s announcement channel. [TEAM_ADMIN]"
+    CONFIG["auto_complete_desc"] = CONFIG["description"] = AbstractCommand.ICON_PUBLIC+"Posts <text> into the current team\"s announcement channel. [TEAM_ADMIN]"
 
 
     def on_POST(self, request, data):