🧹
This commit is contained in:
@@ -295,7 +295,7 @@ def getName(userID):
|
|||||||
try:
|
try:
|
||||||
with open("resources/users.json", "r") as f:
|
with open("resources/users.json", "r") as f:
|
||||||
data = json.load(f)
|
data = json.load(f)
|
||||||
|
|
||||||
if userID in data:
|
if userID in data:
|
||||||
return data[userID]["user name"]
|
return data[userID]["user name"]
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user