Update sweebot.py

This commit is contained in:
Nova Cat 2025-03-15 15:15:30 -07:00
parent 6b8ef81cdc
commit 48f9e5b1b8

View file

@ -369,6 +369,7 @@ while True:
print(nick)
print(username)
print(perms)
if not nick in ["MeowNexUS", "MeowNexU5", "MeowN3xUS"]:
cont = " ".join(command)
if not channel in logs:
logs[channel] = [{"nick": nick, "content": cont}]