CONFIG = {"display_name": "somebot-command", "auto_complete": True,
"auto_complete_hint": "<permalink> [--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):