Skip to content

Commit 46f337d

Browse files
author
damian freeman
committed
xd
1 parent aa26459 commit 46f337d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/ping.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module.exports = {
22
name: 'ping',
33
description: 'Ping!',
44
execute(client, message, args) {
5-
message.channel.send(`:ping_pong: **Ping!** Latency is **${Math.round(client.ping) - 47 - 31} milliseconds.**`);
5+
message.channel.send(`:ping_pong: **Ping!** Latency is **${Math.round(client.ping)} milliseconds.**`);
66
},
77
};

0 commit comments

Comments
 (0)