fix !quoteinfo example

This commit is contained in:
Pedro Lopez
2020-02-02 13:52:25 -04:00
parent 5b9413de5c
commit 7243240568

View File

@@ -113,7 +113,7 @@ client.on('message', async msg => {
quotedMsg.reply(`
ID: ${quotedMsg.id._serialized}
Type: ${quotedMsg.type}
Author: ${(quotedMsg.author || quotedMsg.from)._serialized}
Author: ${quotedMsg.author || quotedMsg.from}
Timestamp: ${quotedMsg.timestamp}
Has Media? ${quotedMsg.hasMedia}
`);