Added autohelp=False to the steamtop command.

This commit is contained in:
Luke Rogers 2012-11-11 05:09:30 +13:00
parent b9dee4e802
commit dcf287bfb0

View file

@ -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 = []