diff --git a/the_prestige.py b/the_prestige.py index 8babd34..12e5037 100644 --- a/the_prestige.py +++ b/the_prestige.py @@ -176,7 +176,7 @@ class StartGameCommand(Command): game_task = asyncio.create_task(watch_game(channel, game, user=msg.author, league=league)) await game_task else: - await await msg.channel.send("We can't find one or both of those teams. Check your staging, chief.") + await msg.channel.send("We can't find one or both of those teams. Check your staging, chief.") return class SetupGameCommand(Command):