missed a paren
This commit is contained in:
parent
145cd6a8c0
commit
d330a36849
|
@ -148,7 +148,7 @@ async def on_message(msg):
|
||||||
|
|
||||||
elif command.startswith("setupgame"):
|
elif command.startswith("setupgame"):
|
||||||
if len(gamesarray) > 45:
|
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
|
return
|
||||||
elif config()["game_freeze"]:
|
elif config()["game_freeze"]:
|
||||||
await msg.channel.send("Patch incoming. We're not allowing new games right now.")
|
await msg.channel.send("Patch incoming. We're not allowing new games right now.")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user