🐛
This commit is contained in:
@ -8,7 +8,7 @@ def checkBalance(user):
|
||||
logThis("checking "+user+"'s account balance")
|
||||
with open("resources/games/games.json", "r") as f:
|
||||
data = json.load(f)
|
||||
|
||||
|
||||
if user in data["users"]:
|
||||
return data["users"][user]
|
||||
else: return 0
|
||||
|
Reference in New Issue
Block a user