1
0
Fork 0
forked from swee/MeowNex

Update sweebot.py

This commit is contained in:
Nova Cat 2024-12-22 20:39:00 -08:00
parent c40890918f
commit 0e0567446e

View file

@ -396,6 +396,7 @@ while True:
#if True: #if True:
if "PRIVMSG" in text and not nick in my_self: if "PRIVMSG" in text and not nick in my_self:
if "PRIVMSG" in text and command[0][0] == "$": if "PRIVMSG" in text and command[0][0] == "$":
logs[channel] = logs[channel][:-1]
run+=1 run+=1
if command[0] == "$ping": if command[0] == "$ping":
if random(1,2) == 1: if random(1,2) == 1: