modules/CACommandModGetPostText.py
authorSomeone <someone@somenet.org>
Sat, 8 Jan 2022 23:15:44 +0000 (00:15 +0100)
committerSomeone <someone@somenet.org>
Sat, 8 Jan 2022 23:15:44 +0000 (00:15 +0100)
modules/CACommandModGetPostText.py

index 1de0040c59332299963b0436e846f6a98fddf363..78f6ec293681e207cece68524f5d689290fe4998 100644 (file)
@@ -10,9 +10,9 @@ from AbstractCommand import AbstractCommand
 class CACommandModGetPostText(AbstractCommand):
     TRIGGER = "mod-get-post-text"
     CONFIG = {"display_name": "somebot-command", "auto_complete": True,
-              "auto_complete_hint": "<permalink> 🔇",
+              "auto_complete_hint": "<permalink>",
              }
-    CONFIG["auto_complete_desc"] = CONFIG["description"] = "Get post-text removed by /mod-remove-post-text. Run in same channel. [CHANNEL_ADMIN]"
+    CONFIG["auto_complete_desc"] = CONFIG["description"] = "🔇 Get post-text removed by /mod-remove-post-text. Run in same channel. [CHANNEL_ADMIN]"
 
 
     def on_POST(self, request, data):