🐛 Hex delete image

This commit is contained in:
jona605a
2020-12-10 23:40:06 +01:00
parent 4cd2006105
commit 98bf2d2e48
2 changed files with 16 additions and 16 deletions

View File

@ -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