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

Update index.js

This commit is contained in:
MatteZ02 2019-05-30 14:05:47 +03:00
parent 3bf7adf902
commit 7ebcec8eed

View File

@ -54,7 +54,7 @@ client.on('message', msg => {
var line = '**>-----------------------------------------------------------------------<**'; var line = '**>-----------------------------------------------------------------------<**';
const embed = new Discord.RichEmbed() const embed = new Discord.RichEmbed()
.setTitle('**Musix instructions and info**:') .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('Musix support server: https://discord.gg/rvHuJtB', line, true)
.addField('If you have any problems with musix please contact Matte#5254!', 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') .setAuthor('Musix', 'https://cdn.discordapp.com/avatars/572405135658188800/04c6f22b7600ddecfbc245dd3ec10f9f.png?size=2048')