🐛 Hex delete image
This commit is contained in:
@ -11,6 +11,8 @@ class Funcs():
|
||||
|
||||
if user != None:
|
||||
return user["user name"]
|
||||
elif userID == "Gwendolyn":
|
||||
return userID
|
||||
else:
|
||||
logThis("Couldn't find user "+userID)
|
||||
return userID
|
||||
|
Reference in New Issue
Block a user