improve !ud usage string (wrt #number)
This commit is contained in:
parent
c488fb2a82
commit
95a22f53f2
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue