diff --git a/sweebot.py b/sweebot.py index a6cd137..32d7f8a 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.text, channel) - lastquery = f"

Channel: {channel}

Request:




Response



" + lastquery = f"

Channel: {channel}

Request:



{chatquery}

Response



{aimsg.text}" except: multiline("Something went wrong while connecting to Character.AI.", channel) print(traceback.format_exc())