From 7885b6deaa1d9cf2f7f380872b573e6ee976fda2 Mon Sep 17 00:00:00 2001
From: Someone <someone@somenet.org>
Date: Thu, 6 Jan 2022 23:57:23 +0100
Subject: [PATCH] modules/CACommandModDelDelayed.py

---
 modules/CACommandModDelDelayed.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/CACommandModDelDelayed.py b/modules/CACommandModDelDelayed.py
index 3fd5354..018fa5c 100644
--- a/modules/CACommandModDelDelayed.py
+++ b/modules/CACommandModDelDelayed.py
@@ -10,7 +10,7 @@ from AbstractCommand import AbstractCommand
 class CACommandModDelDelayed(AbstractCommand):
     TRIGGER = "mod-del-delayed"
     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 in 24 hours. Run in same channel. Use <reason> = '--abort' to abort. [CHANNEL_ADMIN]"
 
-- 
2.43.0