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-30 13:22:58 +03:00
parent 2aaf8ba525
commit 13ba629479

View File

@ -55,7 +55,7 @@ client.on('message', msg => {
const embed = new Discord.RichEmbed()
.setTitle('**Musix instructions and info**:')
.addField('To use Musix you need a role called DJ !', line, true)
.addField('Musix support server: https://discord.gg/rvHuJtB')
.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')
.setColor('#b50002')