From 39ce2fbff6abe267380491b461336d3b26791d34 Mon Sep 17 00:00:00 2001 From: GURU SENSEI Date: Sun, 21 Jul 2024 16:33:03 +0530 Subject: [PATCH] Update GURU-gpt4.js --- plugins/GURU-gpt4.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/GURU-gpt4.js b/plugins/GURU-gpt4.js index 843885f64f..b8c5195b6a 100644 --- a/plugins/GURU-gpt4.js +++ b/plugins/GURU-gpt4.js @@ -14,7 +14,7 @@ let handler = async (m, { conn, text, args, usedPrefix, command }) => { const result = await fetch(apiurl) const response = await result.json() console.log(response) - const textt = response.result.reply + const textt = response.result await typewriterEffect(conn, m, m.chat, textt) } catch (error) { console.error(error)