🐛
This commit is contained in:
@@ -365,7 +365,6 @@ def getName(userID):
|
||||
data = json.load(f)
|
||||
|
||||
if userID in data:
|
||||
logThis("yeet")
|
||||
return data[userID]["user name"]
|
||||
else:
|
||||
logThis("Couldn't find user")
|
||||
|
||||
Reference in New Issue
Block a user