mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-04 03:49:33 +00:00 
			
		
		
		
	Changes
This commit is contained in:
		@@ -14,6 +14,7 @@ module.exports = {
 | 
			
		||||
		} else {
 | 
			
		||||
			if (voiceChannel !== radio.voiceChannel) return msg.channel.send(client.messageEmojis["error"] + client.messages.wrongVoiceChannel);
 | 
			
		||||
		}
 | 
			
		||||
		if(!client.stations) return msg.channel.send(client.messageEmojis["error"] + client.messages.errorToGetPlaylist);
 | 
			
		||||
		if (!args[1]) return msg.channel.send(client.messages.noQuery);
 | 
			
		||||
		const permissions = voiceChannel.permissionsFor(msg.client.user);
 | 
			
		||||
		if (!permissions.has('CONNECT')) {
 | 
			
		||||
 
 | 
			
		||||
@@ -31,5 +31,6 @@ module.exports = {
 | 
			
		||||
    newVolume: "Volume is now: **%volume%**",
 | 
			
		||||
    statisticsTitle: "Statistics",
 | 
			
		||||
    maintenanceTitle: "Maintenance",
 | 
			
		||||
    maintenanceDescription: "This command is not ready to be used by anyone."
 | 
			
		||||
    maintenanceDescription: "This command is not ready to be used by anyone.",
 | 
			
		||||
    errorToGetPlaylist: "There is no playlist which this bot can use to play radio."
 | 
			
		||||
};
 | 
			
		||||
		Reference in New Issue
	
	Block a user