1
0
Fork 0
forked from swee/MeowNex

Update sweebot.py

This commit is contained in:
Nova Cat 2024-12-22 19:26:58 -08:00
parent 94120b0a69
commit 6227e6f097

View file

@ -630,7 +630,7 @@ while True:
except: pass except: pass
cache = None cache = None
for i in logs[channel]: 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 cache = i
break break
if cache == None: if cache == None: