fixed a missing return
This commit is contained in:
parent
3e1ce7d2bf
commit
97cde3652e
|
@ -140,6 +140,7 @@ async def on_message(msg):
|
||||||
|
|
||||||
elif innings > 30 and msg.author.id not in config()["owners"]:
|
elif innings > 30 and msg.author.id not in config()["owners"]:
|
||||||
await msg.channel.send("Y'all can't behave, so we've limited games to 30 innings. Ask xvi to start it with more if you really want to.")
|
await msg.channel.send("Y'all can't behave, so we've limited games to 30 innings. Ask xvi to start it with more if you really want to.")
|
||||||
|
return
|
||||||
|
|
||||||
if team1 is not None and team2 is not None:
|
if team1 is not None and team2 is not None:
|
||||||
game = games.game(msg.author.name, team1, team2, length=innings)
|
game = games.game(msg.author.name, team1, team2, length=innings)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user