better docstring
This commit is contained in:
parent
1a9a6b4ad1
commit
8cb88165f8
|
@ -5,7 +5,7 @@ import urllib
|
||||||
|
|
||||||
@hook.command
|
@hook.command
|
||||||
def bam(inp):
|
def bam(inp):
|
||||||
"""[basic|magic|pepsi|jprdy] bigassify this"""
|
".bam [basic|magic|pepsi|jprdy] <message> -- creates a big ass message"
|
||||||
|
|
||||||
if not inp:
|
if not inp:
|
||||||
return bam.__doc__
|
return bam.__doc__
|
||||||
|
|
Loading…
Reference in New Issue