From 1acedbbc51faabe3d14924cb79001099eaf75a9a Mon Sep 17 00:00:00 2001 From: Someone Date: Sun, 9 Jan 2022 22:59:42 +0100 Subject: [PATCH] modules/TACommandAnnounceAll.py --- modules/TACommandAnnounceAll.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/TACommandAnnounceAll.py b/modules/TACommandAnnounceAll.py index 348cff5..dbf9953 100644 --- a/modules/TACommandAnnounceAll.py +++ b/modules/TACommandAnnounceAll.py @@ -10,7 +10,7 @@ class TACommandAnnounceAll(AbstractCommand): CONFIG = {"display_name": "somebot-command", "auto_complete": True, "auto_complete_hint": "", } - CONFIG["auto_complete_desc"] = CONFIG["description"] = "📢 Posts into every teams' announcement channel where the poster is a TA. [TEAM_ADMIN]" + CONFIG["auto_complete_desc"] = CONFIG["description"] = AbstractCommand.ICON_PUBLIC+"Posts into every teams' announcement channel where the poster is a TA. [TEAM_ADMIN]" def on_POST(self, request, data): -- 2.43.0