1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-11-10 02:00:20 +00:00

Update index.js

This commit is contained in:
MatteZ02 2019-07-09 12:17:33 +03:00
parent c6a15eb1a0
commit 3dea69bfec

View File

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