✨ Hex DRAWING!!!! YAY!
This commit is contained in:
@@ -248,6 +248,10 @@ def stopServer():
|
||||
|
||||
with open("resources/games/monopolyGames.json", "w") as f:
|
||||
json.dump(emptyDict,f,indent=4)
|
||||
|
||||
with open("resources/games/hexGames.json", "w") as f:
|
||||
json.dump(emptyDict,f,indent=4)
|
||||
|
||||
|
||||
def deleteGame(gameType,channel):
|
||||
with open("resources/games/games.json", "r") as f:
|
||||
|
||||
Reference in New Issue
Block a user