Skip to content

Commit

Permalink
Update GURU-gpt4.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Guru322 authored Jul 21, 2024
1 parent e4d1954 commit 39ce2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/GURU-gpt4.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 39ce2fb

Please sign in to comment.