diff --git a/sweebot.py b/sweebot.py index 04343ba..9b90ad6 100644 --- a/sweebot.py +++ b/sweebot.py @@ -630,7 +630,7 @@ while True: except: pass cache = None for i in logs[channel]: - if find in i["content"] and (user == None or i["nick"].lower)() == user): + if find in i["content"] and (user == None or i["nick"].lower() == user): cache = i break if cache == None: