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

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

diff --git a/modules/CACommandModDelNowNotifyAuthor.py b/modules/CACommandModDelNowNotifyAuthor.py
index 8f9c2c3..94dcb8f 100644
--- a/modules/CACommandModDelNowNotifyAuthor.py
+++ b/modules/CACommandModDelNowNotifyAuthor.py
@@ -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):
-- 
2.43.0