corrected command name

This commit is contained in:
Bobloy 2018-02-02 13:25:58 -05:00
parent d2d9dbed34
commit 08fec9041b

View File

@ -519,7 +519,7 @@ class Fight:
await ctx.send("Tournament has been created!\n\n" + str(currFight)) await ctx.send("Tournament has been created!\n\n" + str(currFight))
await ctx.send("Adjust settings as necessary, then open the tournament with [p]fightset toggleopen") await ctx.send("Adjust settings as necessary, then open the tournament with [p]fightset open")
@fightset.command(name="stop") @fightset.command(name="stop")
async def fightset_stop(self, ctx): async def fightset_stop(self, ctx):