We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4b0d9 commit 980b449Copy full SHA for 980b449
plugins/tool-ocr.js
@@ -44,7 +44,7 @@ let handler = async (m, { conn, text, command, usedPrefix }) => {
44
}
45
} catch (error) {
46
console.error(error)
47
- m.reply('Terjadi kesalahan dalam melakukan OCR')
+ m.reply(`Balas gambar dengan perintah ${usedPrefix}${command}`)
48
49
50
0 commit comments