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:
parent
c6a15eb1a0
commit
3dea69bfec
2
index.js
2
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`) {
|
||||
|
Loading…
Reference in New Issue
Block a user