🚧 Started on 4 in a row game

This commit is contained in:
NikolajDanger
2020-07-28 22:10:23 +02:00
parent 44a6ef65ca
commit 94c6289cc1
10 changed files with 148 additions and 10 deletions

View File

@ -449,7 +449,7 @@ def blackjackStart(channel:str):
with open("resources/games/games.json", "w") as f:
json.dump(data,f,indent=4)
copyfile("resources/games/blackjackTable.png","resources/games/tables/blackjackTable"+channel+".png")
copyfile("resources/games/blackjackTable.png","resources/games/blackjackTables/blackjackTable"+channel+".png")
return "started"
else: