From 6227e6f09780fc616a8bc103ad19e421e35ae49e Mon Sep 17 00:00:00 2001 From: swee Date: Sun, 22 Dec 2024 19:26:58 -0800 Subject: [PATCH] Update sweebot.py --- sweebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: