From 2476820069e984f3618c014ce29c7db05bfcd4c7 Mon Sep 17 00:00:00 2001 From: Someone Date: Sun, 9 Jan 2022 00:15:44 +0100 Subject: [PATCH] modules/CACommandModInform.py --- modules/CACommandModInform.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/CACommandModInform.py b/modules/CACommandModInform.py index c9659b2..625ba4e 100644 --- a/modules/CACommandModInform.py +++ b/modules/CACommandModInform.py @@ -8,9 +8,9 @@ from AbstractCommand import AbstractCommand class CACommandModInform(AbstractCommand): TRIGGER = "mod-inform" CONFIG = {"display_name": "somebot-command", "auto_complete": True, - "auto_complete_hint": " 📢", + "auto_complete_hint": " ", } - CONFIG["auto_complete_desc"] = CONFIG["description"] = "Add Mod-Info to permalinked post. Run in same channel. Use = '--clear' to remove Info. [CHANNEL_ADMIN]" + CONFIG["auto_complete_desc"] = CONFIG["description"] = "📢 Add Mod-Info to permalinked post. Run in same channel. Use = '--clear' to remove Info. [CHANNEL_ADMIN]" def on_POST(self, request, data): -- 2.43.0