forked from swee/MeowNex
Update sweebot.py
This commit is contained in:
parent
94120b0a69
commit
6227e6f097
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue