aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2019-09-20 14:19:06 +0100
committerGravatar jesopo2019-09-20 14:19:06 +0100
commit95a22f53f2c3d81f3732e504e994783efb21f6cb (patch)
tree8e59bab62eb1651ed0cfddf50f3d36f835cb809c /modules
parentchange !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.py2
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"]