mirror of
https://github.com/musix-org/musix-oss
synced 2024-12-23 00:23:17 +00:00
Update index.js
This commit is contained in:
commit
4c013f2df7
4
index.js
4
index.js
@ -50,7 +50,11 @@ client.on('message', async msg => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (msg.content === `${PREFIX}ping`) {
|
if (msg.content === `${PREFIX}ping`) {
|
||||||
|
<<<<<<< HEAD
|
||||||
msg.channel.send(`My current ping is ${client.ping}`)
|
msg.channel.send(`My current ping is ${client.ping}`)
|
||||||
|
=======
|
||||||
|
msg.channel.send(`Current ping: ${client.ping}`)
|
||||||
|
>>>>>>> 33d39075120ae490150018d86e74e4f49378b76f
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (msg.content.toUpperCase().startsWith(`MUSIX`)) {
|
if (msg.content.toUpperCase().startsWith(`MUSIX`)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user