Update sweebot.py
All checks were successful
Check syntax / check (push) Successful in 7s

This commit is contained in:
Nova Cat 2024-12-28 20:35:45 -08:00
parent 4ce0170f00
commit 5d87ef5c40

View file

@ -547,7 +547,7 @@ while True:
mulitline(aimsg, channel)
except:
multiline("Something went wrong while connecting to Character.AI.", channel)
print(traceback.format_exc)
print(traceback.format_exc())
elif command[0] == "$ai-clear":
if channel in ai_storage: