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"]