From 9a6941aedf77c2e0d5f256b2509132a75b89a43d Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Fri, 12 Jul 2019 09:52:00 +0300 Subject: [PATCH] Update index.js --- index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.js b/index.js index 8751a0ea..d2b98f2c 100644 --- a/index.js +++ b/index.js @@ -15,9 +15,6 @@ client.on('message', async msg => { if (msg.content.toUpperCase().startsWith(`MUSIX`)) { msg.channel.send('-help to see my commands.') } - if (msg.content.toUpperCase().contains(`MUSIX HELP`)) { - msg.channel.send('-help to see my commands.') - } if (msg.content.startsWith(`${PREFIX}`)) { if (msg.content === `${PREFIX}ping`) { msg.channel.send(`My current Ping: **${Math.floor(client.ping * 10) / 10} ms**.`)