diff --git a/bot/modules/economy/cointop_cmd.py b/bot/modules/economy/cointop_cmd.py index fbf45c71..fb2301da 100644 --- a/bot/modules/economy/cointop_cmd.py +++ b/bot/modules/economy/cointop_cmd.py @@ -36,7 +36,7 @@ async def cmd_topcoin(ctx): return await ctx.error_reply( "**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 Lion.sync()