Updated ab:ping

This commit is contained in:
Andrew Lee 2017-08-13 00:50:48 -04:00
parent e5c6400a5f
commit fd129927c7

View file

@ -116,7 +116,7 @@ client.on("message", function(message){
}
if(command === 'ping'){
message.reply('Pong! :ping_pong:');
message.reply(`Pong! :ping_pong: \`${Date.now() - message.createdTimestamp} ms\``);
}
if(command === 'owner'){