From 08fec9041b4912532d06213354d62aa46db7c654 Mon Sep 17 00:00:00 2001 From: Bobloy Date: Fri, 2 Feb 2018 13:25:58 -0500 Subject: [PATCH] corrected command name --- fight/fight.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fight/fight.py b/fight/fight.py index abe30c1..383ec01 100644 --- a/fight/fight.py +++ b/fight/fight.py @@ -519,7 +519,7 @@ class Fight: 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") async def fightset_stop(self, ctx):