Updated helpstrings
This commit is contained in:
parent
75a001ad5d
commit
54cf797b1e
60 changed files with 104 additions and 104 deletions
|
@ -5,7 +5,7 @@ from util import hook, http
|
|||
@hook.command('u')
|
||||
@hook.command
|
||||
def urban(inp):
|
||||
".urban <phrase> [id] -- Looks up <phrase> on urbandictionary.com."
|
||||
"urban <phrase> [id] -- Looks up <phrase> on urbandictionary.com."
|
||||
|
||||
# set a default definition number
|
||||
id = 1
|
||||
|
|
Reference in a new issue