From 9b2556a65a963ebab123bd4bdc090658f4cd6fef Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 6 Apr 2016 12:02:44 +0100 Subject: added usage help to a lot of modules, added a verbose option to karma.py. --- modules/urbandictionary.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/urbandictionary.py') 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="") def ud(self, event): term = event["args"] -- cgit v1.3.1-10-gc9f91