🐛
This commit is contained in:
@ -24,7 +24,7 @@ def addMoney(user,amount):
|
||||
data[user]["money"] = points + amount
|
||||
else:
|
||||
logThis("Error adding money")
|
||||
|
||||
|
||||
with open("resources/users.json", "w") as f:
|
||||
json.dump(data,f,indent=4)
|
||||
|
||||
|
Reference in New Issue
Block a user