Skip to content

Commit

Permalink
Update speed.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Yassin994 authored Dec 2, 2024
1 parent b74cf12 commit 6bd9cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commandes/speed.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ zokou(
const end = new Date().getTime();
const ping = end - start;
await zk.sendMessage(dest, {
text: `*Pong*
text: `*𝘱𝘶𝘮𝘣𝘶*
*${ping} ms*`, edit: {
id: msg.key.id, remoteJid: dest
}});
await zk.sendMessage(dest, {
react: {
text: "️", key: ms.key
text: "️", key: ms.key
}})
}
)
Expand Down

0 comments on commit 6bd9cb2

Please sign in to comment.