From 7ebcec8eed4082972784d70ff8b0339b6b087f8d Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Thu, 30 May 2019 14:05:47 +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 707e53f3..4da97f35 100644 --- a/index.js +++ b/index.js @@ -54,7 +54,7 @@ client.on('message', msg => { var line = '**>-----------------------------------------------------------------------<**'; const embed = new Discord.RichEmbed() .setTitle('**Musix instructions and info**:') - .addField('To use Musix you need a role called DJ !', line, true) + .addField('If your guild has a role called \'DJ\' you will need it to play music! If you don\'t, Everyone can play music.', line, true) .addField('Musix support server: https://discord.gg/rvHuJtB', line, true) .addField('If you have any problems with musix please contact Matte#5254!', line, true) .setAuthor('Musix', 'https://cdn.discordapp.com/avatars/572405135658188800/04c6f22b7600ddecfbc245dd3ec10f9f.png?size=2048')