diff --git a/commands/autostatus.js b/commands/autostatus.js index 9a0b3bfd0..bd8b869b7 100644 --- a/commands/autostatus.js +++ b/commands/autostatus.js @@ -156,7 +156,7 @@ async function reactToStatus(sock, statusKey) { participant: statusKey.participant || statusKey.remoteJid, fromMe: false }, - text: '💚' + text: '💖' } }, { @@ -258,4 +258,4 @@ async function handleStatusUpdate(sock, status) { module.exports = { autoStatusCommand, handleStatusUpdate -}; \ No newline at end of file +};