diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/code.py | 2 |
1 files changed, 1 insertions, 1 deletions
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='<message>', + usage='<language> <code>', short='Sends syntax-highlighted code', help='Sends syntax-highlighted code in the current tab') |