aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
Diffstat (limited to 'aleebot.js')
-rw-r--r--aleebot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/aleebot.js b/aleebot.js
index ee80a29..0cc42bc 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -112,7 +112,7 @@ client.on("message", function(message){
}
if(command === 'ping'){
- message.reply(`Pong! :ping_pong: \`${Date.now() - message.createdTimestamp} ms\``);
+ message.reply("**PONG!** :ping_pong: " + Math.round(client.ping) + " ms");
}
if(command === 'suggest'){