Skip to content
Snippets Groups Projects
Commit 8f011a14 authored by Bruce Cowan's avatar Bruce Cowan :airplane:
Browse files

Fix usage

Fixes #2
parent 708e6d7c
No related branches found
No related tags found
No related merge requests found
Pipeline #2332 passed
......@@ -14,7 +14,7 @@ class Unit(BotPlugin):
def convert(self, message, args):
"""Convert units"""
if not args or ' to ' not in args:
return "**Usage**: !unit <from> to <to>"
return "**Usage**: !convert <from> to <to>"
src, dst = args.split(' to ')
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment