From 3dea69bfec0d7293dc0d681677a3fe68f42d5a7f Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Tue, 9 Jul 2019 12:17:33 +0300 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 5109bbcb..5de9b9ef 100644 --- a/index.js +++ b/index.js @@ -53,7 +53,7 @@ client.on('message', async msg => { } } if (msg.content === `${PREFIX}ping`) { - msg.channel.send(`Current Ping: **${Math.floor(client.ping * 10) / 10} ms**.`) + msg.channel.send(`My current Ping: **${Math.floor(client.ping * 10) / 10} ms**.`) return; } if (msg.content === `${PREFIX}help`) {