diff --git a/sweebot.py b/sweebot.py index 7eaf961..687ddc1 100644 --- a/sweebot.py +++ b/sweebot.py @@ -534,7 +534,7 @@ while True: elif command[0] == "$ai-chat": try: aiconnector = cai.connect() - chatquery = f"--Listen Up--\nYour happiness level is {happiness} (Maximum 10), your emotion level will impact the conversation's tone.\n--END Listen Up--\n--IRC recieve--\n<{nick}> " + " ".join(command[1:] + chatquery = f"--Listen Up--\nYour happiness level is {happiness} (Maximum 10), your emotion level will impact the conversation's tone.\n--END Listen Up--\n--IRC recieve--\n<{nick}> " + " ".join(command[1:]) lastquery = chatquery if channel in ai_storage: aimsg = aiconnector.send_message(CAImodel, ai_storage[channel], chatquery)