diff options
| author | 2019-09-20 14:19:06 +0100 | |
|---|---|---|
| committer | 2019-09-20 14:19:06 +0100 | |
| commit | 95a22f53f2c3d81f3732e504e994783efb21f6cb (patch) | |
| tree | 8e59bab62eb1651ed0cfddf50f3d36f835cb809c /modules | |
| parent | change !ud index syntax and put it in help text (diff) | |
| signature | ||
improve !ud usage string (wrt #number)
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"] |
