From d330a368492d52252b29b80267d8422501a39e61 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Sat, 26 Dec 2020 20:42:25 -0500 Subject: [PATCH] missed a paren --- the_prestige.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/the_prestige.py b/the_prestige.py index aeb5b31..95445bc 100644 --- a/the_prestige.py +++ b/the_prestige.py @@ -148,7 +148,7 @@ async def on_message(msg): elif command.startswith("setupgame"): if len(gamesarray) > 45: - await msg.channel.send("We're running 45 games and we doubt Discord will be happy with any more. These edit requests don't come cheap." + await msg.channel.send("We're running 45 games and we doubt Discord will be happy with any more. These edit requests don't come cheap.") return elif config()["game_freeze"]: await msg.channel.send("Patch incoming. We're not allowing new games right now.")