🚧 Started on 4 in a row game
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user