From 551ebb35a00febb840c28718ba687bb27e76da7c Mon Sep 17 00:00:00 2001 From: Someone Date: Thu, 6 Jan 2022 23:57:23 +0100 Subject: [PATCH] modules/CACommandModDelNowNotifyAuthor.py --- modules/CACommandModDelNowNotifyAuthor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/CACommandModDelNowNotifyAuthor.py b/modules/CACommandModDelNowNotifyAuthor.py index fa7acf2..8f50bdb 100644 --- a/modules/CACommandModDelNowNotifyAuthor.py +++ b/modules/CACommandModDelNowNotifyAuthor.py @@ -10,7 +10,7 @@ from AbstractCommand import AbstractCommand class CACommandModDelNowNotifyAuthor(AbstractCommand): TRIGGER = "mod-del-now-notify-author" CONFIG = {"display_name": "somebot-command", "auto_complete": True, - "auto_complete_hint": " ", + "auto_complete_hint": " 📢", } CONFIG["auto_complete_desc"] = CONFIG["description"] = "Delete permalinked post immediately and notify author. Run in same channel. [CHANNEL_ADMIN]" -- 2.43.0