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

This commit is contained in:
Nova Cat 2024-12-28 20:33:02 -08:00
parent fd433122dc
commit b80482f9ed

View file

@ -539,7 +539,7 @@ while True:
if channel in ai_storage:
aimsg = aiconnector.send_message(CAImodel, ai_storage[channel], chatquery)
else:
new, answer = await chat.new_chat(
new, answer = chat.new_chat(
CAImodel, me.id
)
aimsg = aiconnector.send_message(CAImodel, new.chat_id, chatquery)