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`) {