Update docstring
This commit is contained in:
parent
d58646628c
commit
9d6aef731e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ def make_url(code):
|
||||||
|
|
||||||
@hook.command(autohelp=False)
|
@hook.command(autohelp=False)
|
||||||
def puush(inp):
|
def puush(inp):
|
||||||
"""puush -- Returns a random puush entry."""
|
"""puush [1-5] -- Returns a number of random puu.sh entries."""
|
||||||
out = ""
|
out = ""
|
||||||
num = 0
|
num = 0
|
||||||
if not inp:
|
if not inp:
|
||||||
|
|
Reference in a new issue