diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/urbandictionary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/urbandictionary.py b/modules/urbandictionary.py index 83de1051..cf8e6abe 100644 --- a/modules/urbandictionary.py +++ b/modules/urbandictionary.py @@ -12,7 +12,7 @@ class Module(ModuleManager.BaseModule): def ud(self, event): """ :help: Get the definition of a provided term from Urban Dictionary - :usage: <term> [#index] + :usage: <term> [#<number>] """ number = 1 term = event["args_split"] |
