diff --git a/index.js b/index.js index 69a82cbb..b5a6674d 100644 --- a/index.js +++ b/index.js @@ -49,10 +49,13 @@ client.on('message', async msg => { d.d('d') } } - if (msg.content === '!ping') { - msg.channel.send(`Current ping: ${client.ping}`) + if (msg.content === `${PREFIX}ping`) { + msg.channel.send(`My current ping is ${client.ping}`) return; } + if (msg.content.toUpperCase().startsWith(`MUSIX`)) { + msg.channel.send('-help to see my commands.') + } if (msg.content === `${PREFIX}help`) { const embed = new Discord.RichEmbed() .setTitle('Commands for Musix!')