🧹
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user