From bd2277646b676042f7c864ff9be477e8b9f9e97f Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 31 Jan 2022 19:49:39 +0100 Subject: [PATCH] modules/CommandGetPostSrc.py --- modules/CommandGetPostSrc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/CommandGetPostSrc.py b/modules/CommandGetPostSrc.py index 955400c..ad43eec 100644 --- a/modules/CommandGetPostSrc.py +++ b/modules/CommandGetPostSrc.py @@ -14,7 +14,7 @@ class CommandGetPostSrc(AbstractCommand): CONFIG = {"display_name": "somebot-command", "auto_complete": True, "auto_complete_hint": " [--channel]", } - CONFIG["auto_complete_desc"] = CONFIG["description"] = AbstractCommand.ICON_PRIVATE+"Get the unparsed post message of permalinked post (useful when wantng to get the latex source of a post) --channel to post to channel." + CONFIG["auto_complete_desc"] = CONFIG["description"] = AbstractCommand.ICON_PRIVATE+"Get the unparsed post message of permalinked post. Use --channel to post to channel." def on_POST(self, request, data): -- 2.43.0