1
0
Fork 0
forked from swee/MeowNex

Update sweebot.py

This commit is contained in:
Nova Cat 2024-12-28 20:38:30 -08:00
parent edeadaca80
commit 2a1e568111

View file

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