diff --git a/misskaty/plugins/chatbot_ai.py b/misskaty/plugins/chatbot_ai.py index 143a7401..7664b5f6 100644 --- a/misskaty/plugins/chatbot_ai.py +++ b/misskaty/plugins/chatbot_ai.py @@ -93,7 +93,7 @@ async def openai_chatbot(_, ctx: Message, strings): await msg.edit_msg(html.escape(answer)) await asyncio.sleep(1.5) num = 0 - await msg.edit_msg(html.escape(f"{answer}\n\nPowered by: GPT 4o")) + await msg.edit_msg(f"{html.escape(answer)}\n\nPowered by: GPT 4o") except MessageTooLong: answerlink = await post_to_telegraph( False, "MissKaty ChatBot ", html.escape(f"{answer}")