diff --git a/plugins/code.py b/plugins/code.py index 44afd3d8..028f0f70 100644 --- a/plugins/code.py +++ b/plugins/code.py @@ -33,7 +33,7 @@ FORMATTER = HtmlFormatter(noclasses=True) class Plugin(BasePlugin): def init(self): self.api.add_command('code', self.command_code, - usage='', + usage=' ', short='Sends syntax-highlighted code', help='Sends syntax-highlighted code in the current tab')