🐛 Log
This commit is contained in:
@ -322,7 +322,7 @@ def getName(userID):
|
||||
if userID in data:
|
||||
return data[userID]["user name"]
|
||||
else:
|
||||
logThis("Couldn't find user")
|
||||
logThis("Couldn't find user "+userID)
|
||||
return userID
|
||||
except:
|
||||
logThis("Error getting name")
|
||||
|
Reference in New Issue
Block a user