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

Update index.js

This commit is contained in:
MatteZ02 2019-05-31 15:59:26 +03:00
parent 9aa5dc7769
commit c703f244a1

View File

@ -54,8 +54,8 @@ client.on('message', msg => {
var dj = msg.guild.roles.find(x => x.name === 'DJ') ? true : false;
const embed = new Discord.RichEmbed()
.setTitle('**Musix instructions and info**:')
.addField('On any errors you should use the !stop command end the music and reset the queue.', 'Remember to __try again__ before contacting support!', 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.', 'DJ role existance: ' + dj, true)
.addField('On any errors you should use the !stop command, end the music and reset the queue.', 'Remember to __try again__ before contacting support!', true)
.addField('If your guild has a role called \'DJ\' you will need it to play music! If you don\'t have the DJ role everyone can play music.', 'DJ role existance: ' + dj, true)
.addField('Musix support server', 'https://discord.gg/rvHuJtB', true)
.addField('If you have any problems with musix please contact Matte#5254!', '(creator and developer of Musix)', true)
.setAuthor('Musix', 'https://cdn.discordapp.com/avatars/572405135658188800/04c6f22b7600ddecfbc245dd3ec10f9f.png?size=2048')