From 76aa1cee729a88ebde859fa22a7c1a3a0dd413ab Mon Sep 17 00:00:00 2001 From: Someone Date: Sun, 9 Jan 2022 22:59:42 +0100 Subject: [PATCH] modules/TACommandJoinAdmins.py --- modules/TACommandJoinAdmins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/TACommandJoinAdmins.py b/modules/TACommandJoinAdmins.py index 9f01116..02fe561 100644 --- a/modules/TACommandJoinAdmins.py +++ b/modules/TACommandJoinAdmins.py @@ -9,7 +9,7 @@ class TACommandJoinAdmins(AbstractCommand): TRIGGER = "ta-join-admins" CONFIG = {"display_name": "somebot-command", "auto_complete": True, } - CONFIG["auto_complete_desc"] = CONFIG["description"] = "🔇 Join all Team Admins into current channel. Works for private channels. There is no undo. [TEAM_ADMIN]" + CONFIG["auto_complete_desc"] = CONFIG["description"] = AbstractCommand.ICON_PRIVATE+"Join all Team Admins into current channel. Works for private channels. There is no undo. [TEAM_ADMIN]" def on_POST(self, request, data): -- 2.43.0