mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-04 01:49:37 +00:00 
			
		
		
		
	Update play command
This commit is contained in:
		@@ -15,11 +15,10 @@ module.exports = {
 | 
			
		||||
        let message = {};
 | 
			
		||||
 | 
			
		||||
        if(client.config.maintenanceMode){
 | 
			
		||||
            interaction.reply({
 | 
			
		||||
            return interaction.reply({
 | 
			
		||||
                content: client.messageEmojis["error"] + client.messages.maintenance,
 | 
			
		||||
                ephemeral: true
 | 
			
		||||
            });
 | 
			
		||||
            return false;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if(!client.stations) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user