mirror of
				https://github.com/musix-org/musix-oss
				synced 2025-11-04 03:39:32 +00:00 
			
		
		
		
	Update index.js
This commit is contained in:
		
							
								
								
									
										2
									
								
								index.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								index.js
									
									
									
									
									
								
							@@ -51,7 +51,7 @@ client.on('message', msg => {
 | 
				
			|||||||
      msg.channel.send(embed);
 | 
					      msg.channel.send(embed);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    if (msg.content === `${PREFIX}info`) {
 | 
					    if (msg.content === `${PREFIX}info`) {
 | 
				
			||||||
				var dj = msg.guild.roles.find(x => x.name === 'DJ') ? false : true;
 | 
									var dj = msg.guild.roles.find(x => x.name === 'DJ') ? true : false;
 | 
				
			||||||
        var line = '**>-----------------------------------------------------------------------<**';
 | 
					        var line = '**>-----------------------------------------------------------------------<**';
 | 
				
			||||||
        const embed = new Discord.RichEmbed()
 | 
					        const embed = new Discord.RichEmbed()
 | 
				
			||||||
					.setTitle('**Musix instructions and info**:')
 | 
										.setTitle('**Musix instructions and info**:')
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user