This commit is contained in:
NikolajDanger
2020-08-07 19:48:34 +02:00
parent 222ae2483a
commit d35ebe2659

View File

@ -295,7 +295,7 @@ def getName(userID):
try:
with open("resources/users.json", "r") as f:
data = json.load(f)
if userID in data:
return data[userID]["user name"]
else: