modules/CACommandModDelNowNotifyAuthor.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/CACommandModDelNowNotifyAuthor.py

index 8f9c2c3299e67dbbb1cba4b85e877d92ccb57966..94dcb8fa9ac134bf200fde5183306f1b5e7a7fb3 100644 (file)
@@ -8,9 +8,9 @@ from AbstractCommand import AbstractCommand
 class CACommandModDelNowNotifyAuthor(AbstractCommand):
     TRIGGER = "mod-del-now-notify-author"
     CONFIG = {"display_name": "somebot-command", "auto_complete": True,
-              "auto_complete_hint": "<permalink> <reason> ✉️",
+              "auto_complete_hint": "<permalink> <reason>",
              }
-    CONFIG["auto_complete_desc"] = CONFIG["description"] = "Delete permalinked post immediately and notify author. Run in same channel. [CHANNEL_ADMIN]"
+    CONFIG["auto_complete_desc"] = CONFIG["description"] = "✉️ Delete permalinked post immediately and notify author. Run in same channel. [CHANNEL_ADMIN]"
 
 
     def on_POST(self, request, data):