We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa26459 commit 46f337dCopy full SHA for 46f337d
commands/ping.js
@@ -2,6 +2,6 @@ module.exports = {
2
name: 'ping',
3
description: 'Ping!',
4
execute(client, message, args) {
5
- message.channel.send(`:ping_pong: **Ping!** Latency is **${Math.round(client.ping) - 47 - 31} milliseconds.**`);
+ message.channel.send(`:ping_pong: **Ping!** Latency is **${Math.round(client.ping)} milliseconds.**`);
6
},
7
};
0 commit comments