From 0f2a622a84c5d3cfdd928884eb0591036bbb33d7 Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Sun, 16 Jun 2019 17:57:55 +0300 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index ea4834f1..63bc79bd 100644 --- a/index.js +++ b/index.js @@ -205,7 +205,7 @@ Please provide a value to select one of the search results ranging from __1-10__ for (var i = 0; i < coms.length; i++) { if (msg.content.includes(coms[i])) { if (!msg.member.roles.find(x => x.name === 'DJ')) { - msg.channel.send(':x: i\'m sorry but you need to have the \'DJ\' role use music commands!') + msg.channel.send(':x: i\'m sorry but you need to have the \'DJ\' role to use music commands!') return; } }