aboutsummaryrefslogtreecommitdiff
path: root/modules/urbandictionary.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/urbandictionary.py')
-rw-r--r--modules/urbandictionary.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/urbandictionary.py b/modules/urbandictionary.py
index a9815617..d2bcc441 100644
--- a/modules/urbandictionary.py
+++ b/modules/urbandictionary.py
@@ -8,7 +8,8 @@ class Module(object):
def __init__(self, bot):
bot.events.on("received").on("command").on("urbandictionary", "ud"
).hook(self.ud, min_args=1,
- help="Get the definition of a provided term")
+ help="Get the definition of a provided term",
+ usage="<term>")
def ud(self, event):
term = event["args"]