Skip to content

Commit 980b449

Browse files
authored
Update tool-ocr.js
1 parent cf4b0d9 commit 980b449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/tool-ocr.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ let handler = async (m, { conn, text, command, usedPrefix }) => {
4444
}
4545
} catch (error) {
4646
console.error(error)
47-
m.reply('Terjadi kesalahan dalam melakukan OCR')
47+
m.reply(`Balas gambar dengan perintah ${usedPrefix}${command}`)
4848
}
4949
}
5050

0 commit comments

Comments
 (0)