diff --git a/sweebot.py b/sweebot.py index c30d15e..96387ab 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 - mulitline(aimsg, channel) + multiline(aimsg, channel) except: multiline("Something went wrong while connecting to Character.AI.", channel) print(traceback.format_exc())