Update sweebot.py
Some checks are pending
Check syntax / check (push) Waiting to run

This commit is contained in:
Nova Cat 2025-01-12 20:17:13 -08:00
parent a0ef352973
commit 14a4b303e4

View file

@ -868,7 +868,7 @@ while True:
title = False
for i in received.split("\n"):
if firstline:
if i.split(" ")[0][0] != "2"
if i.split(" ")[0][0] != "2":
multiline("(" + nick + f") [{i}]", channel)
break
else: