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 16:50:56 +03:00
parent 46ca9b4f25
commit 97ee60c9a2

View File

@ -51,7 +51,7 @@ client.on('message', msg => {
msg.channel.send(embed);
}
if (msg.content === `${PREFIX}info`) {
var dj = guild.roles.find(x => x.name === 'DJ') ? false : true;
var dj = msg.guild.roles.find(x => x.name === 'DJ') ? false : true;
var line = '**>-----------------------------------------------------------------------<**';
const embed = new Discord.RichEmbed()
.setTitle('**Musix instructions and info**:')