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:37:21 -08:00
parent 3d3ffd2367
commit edeadaca80

View file

@ -544,7 +544,7 @@ while True:
)
aimsg = aiconnector.send_message(CAImodel, new.chat_id, chatquery)
ai_storage[channel] = new.chat_id
mulitline(aimsg, channel)
multiline(aimsg, channel)
except:
multiline("Something went wrong while connecting to Character.AI.", channel)
print(traceback.format_exc())