From 8b1de5d3c2514514f2ebfcd19644e2e4862fcbc9 Mon Sep 17 00:00:00 2001 From: Someone Date: Sun, 9 Jan 2022 00:15:44 +0100 Subject: [PATCH] modules/CACommandModRemovePostText.py --- modules/CACommandModRemovePostText.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/CACommandModRemovePostText.py b/modules/CACommandModRemovePostText.py index a184a48..c5423c8 100644 --- a/modules/CACommandModRemovePostText.py +++ b/modules/CACommandModRemovePostText.py @@ -8,9 +8,9 @@ from AbstractCommand import AbstractCommand class CACommandModRemovePostText(AbstractCommand): TRIGGER = "mod-remove-post-text" CONFIG = {"display_name": "somebot-command", "auto_complete": True, - "auto_complete_hint": " 📢", + "auto_complete_hint": " ", } - CONFIG["auto_complete_desc"] = CONFIG["description"] = "Remove post-text, but dont delete post. Run in same channel. Cannot be undone! [CHANNEL_ADMIN]" + CONFIG["auto_complete_desc"] = CONFIG["description"] = "📢 Remove post-text, but dont delete post. Run in same channel. Cannot be undone! [CHANNEL_ADMIN]" def on_POST(self, request, data): -- 2.43.0