✨ Hex DRAWING!!!! YAY!
This commit is contained in:
@ -64,8 +64,6 @@ async def runHex(channel,command,user):
|
||||
winner = data["hex games"][str(channel.id)]["winner"]
|
||||
if winner != 0:
|
||||
addMoney(data["hex games"][str(channel.id)]["players"][winner-1].lower(),20)
|
||||
with open("resources/games/games.json", "r") as f:
|
||||
data = json.load(f) #why is this here?
|
||||
|
||||
deleteGame("hex games",str(channel.id))
|
||||
|
||||
|
Reference in New Issue
Block a user