(cointop): Fix typo in alias check.
This commit is contained in:
@@ -36,7 +36,7 @@ async def cmd_topcoin(ctx):
|
|||||||
return await ctx.error_reply(
|
return await ctx.error_reply(
|
||||||
"**Usage:**`{prefix}topcoin` or `{prefix}topcoin100`.".format(prefix=ctx.best_prefix)
|
"**Usage:**`{prefix}topcoin` or `{prefix}topcoin100`.".format(prefix=ctx.best_prefix)
|
||||||
)
|
)
|
||||||
top100 = (ctx.args == "100" or ctx.alias == "contop100")
|
top100 = (ctx.args == "100" or ctx.alias == "cointop100")
|
||||||
|
|
||||||
# Flush any pending coin transactions
|
# Flush any pending coin transactions
|
||||||
Lion.sync()
|
Lion.sync()
|
||||||
|
|||||||
Reference in New Issue
Block a user