mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 05:10:17 +00:00
Update index.js
This commit is contained in:
parent
4c013f2df7
commit
fdb012be2d
4
index.js
4
index.js
@ -50,11 +50,7 @@ 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