$messagePing will return the latency of the message.
$messagePing
This will return the latency of your message:
1client.command({2 name: "messagePing",3 code: `4 $messagePing5 `6});