diff --git a/funcs/miscFuncs.py b/funcs/miscFuncs.py index 8f4f206..893abb8 100644 --- a/funcs/miscFuncs.py +++ b/funcs/miscFuncs.py @@ -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: