From d552d1f97cbb17fa9dd69b359e8eaeb525bb03e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CA=99=E1=B4=80=E1=B4=85=20=E1=B4=8D=E1=B4=9C=C9=B4?= =?UTF-8?q?=E1=B4=85=E1=B4=80=20=F0=9F=8C=B8?= <154504921+Badhacker98@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:53:00 +0530 Subject: [PATCH] Update Chatgpt.py --- shizuchat/modules/Chatgpt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shizuchat/modules/Chatgpt.py b/shizuchat/modules/Chatgpt.py index bf9c5b9..3b04356 100644 --- a/shizuchat/modules/Chatgpt.py +++ b/shizuchat/modules/Chatgpt.py @@ -19,7 +19,7 @@ async def chat_gpt(bot, message): await bot.send_chat_action(message.chat.id, ChatAction.TYPING) if len(message.command) < 2: await message.reply_text( - "```ᴇx. /ai ᴡʜᴇʀᴇ ɪs ɢᴏʟᴅᴇɴ ᴛᴇᴍᴘʟᴇ ?```") + "ᴇx. /ai ᴡʜᴇʀᴇ ɪs ɢᴏʟᴅᴇɴ ᴛᴇᴍᴘʟᴇ ?") else: a = message.text.split(' ', 1)[1] r=api.gemini(a)["results"]