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):