Added autohelp=False to the steamtop command.
This commit is contained in:
parent
b9dee4e802
commit
dcf287bfb0
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ def steamcalc(inp, db=None):
|
|||
return u"Found {} games with a total value of ${} USD! - {}".format(count, value, short_url)
|
||||
|
||||
|
||||
@hook.command
|
||||
@hook.command(autohelp=False)
|
||||
def steamtop(inp, db=None):
|
||||
"steamtop -- Shows the top five users from steamcalc."
|
||||
rows = []
|
||||
|
|
Reference in a new issue