1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-11-10 02:00:20 +00:00

Update index.js

This commit is contained in:
MatteZ02 2019-05-30 13:21:56 +03:00
parent c525181752
commit 2aaf8ba525

View File

@ -54,7 +54,8 @@ 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('To use Musix you need a role called DJ !', line, true)
.addField('Musix support server: https://discord.gg/rvHuJtB')
.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')
.setColor('#b50002')