mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 12:39:20 +00:00
fix !quoteinfo example
This commit is contained in:
@@ -113,7 +113,7 @@ client.on('message', async msg => {
|
|||||||
quotedMsg.reply(`
|
quotedMsg.reply(`
|
||||||
ID: ${quotedMsg.id._serialized}
|
ID: ${quotedMsg.id._serialized}
|
||||||
Type: ${quotedMsg.type}
|
Type: ${quotedMsg.type}
|
||||||
Author: ${(quotedMsg.author || quotedMsg.from)._serialized}
|
Author: ${quotedMsg.author || quotedMsg.from}
|
||||||
Timestamp: ${quotedMsg.timestamp}
|
Timestamp: ${quotedMsg.timestamp}
|
||||||
Has Media? ${quotedMsg.hasMedia}
|
Has Media? ${quotedMsg.hasMedia}
|
||||||
`);
|
`);
|
||||||
|
|||||||
Reference in New Issue
Block a user