1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 04:31:56 +00:00

Update index.js

This commit is contained in:
MatteZ02 2019-06-18 18:23:20 +03:00
commit 4c013f2df7

View File

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