🐛
This commit is contained in:
@ -121,6 +121,7 @@ def blackjackContinue(channel):
|
||||
message = "All players are standing. The dealer now shows his cards and draws."
|
||||
|
||||
if data["blackjack games"][channel]["all standing"]:
|
||||
logThis("All are standing")
|
||||
with open("resources/games/games.json", "w") as f:
|
||||
json.dump(data,f,indent=4)
|
||||
|
||||
|
Reference in New Issue
Block a user