From 2a1e568111723285f7bb9aa3d40a0a099f643181 Mon Sep 17 00:00:00 2001 From: swee Date: Sat, 28 Dec 2024 20:38:30 -0800 Subject: [PATCH] Update sweebot.py --- sweebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sweebot.py b/sweebot.py index 96387ab..850fbb4 100644 --- a/sweebot.py +++ b/sweebot.py @@ -544,7 +544,7 @@ while True: ) aimsg = aiconnector.send_message(CAImodel, new.chat_id, chatquery) ai_storage[channel] = new.chat_id - multiline(aimsg, channel) + multiline(aimsg.text, channel) except: multiline("Something went wrong while connecting to Character.AI.", channel) print(traceback.format_exc())