mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-04 01:49:37 +00:00 
			
		
		
		
	If station is false return at restore function in Radio class
This commit is contained in:
		@@ -44,6 +44,8 @@ module.exports = class Radio extends Map {
 | 
			
		||||
            const sstation = await client.stations.search(state.station.name);
 | 
			
		||||
            let station = sstation;
 | 
			
		||||
 | 
			
		||||
            if(!station) return;
 | 
			
		||||
 | 
			
		||||
            const construct = {
 | 
			
		||||
                textChannel: client.channels.cache.get(state.channels.text),
 | 
			
		||||
                voiceChannel: client.channels.cache.get(state.channels.voice),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user