From 0a11d20f41b8b9e61b32b883938bae3861abdad1 Mon Sep 17 00:00:00 2001
From: Someone <someone@somenet.org>
Date: Sun, 9 Jan 2022 00:15:44 +0100
Subject: [PATCH] modules/CACommandModGetPostText.py

---
 modules/CACommandModGetPostText.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/CACommandModGetPostText.py b/modules/CACommandModGetPostText.py
index 1de0040..78f6ec2 100644
--- a/modules/CACommandModGetPostText.py
+++ b/modules/CACommandModGetPostText.py
@@ -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):
-- 
2.43.0