mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-04 14:09:33 +00:00 
			
		
		
		
	Remove unnecessary await in Play command
This commit is contained in:
		@@ -96,7 +96,7 @@ export default {
 | 
			
		||||
                type = "direct";
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            const sstation = await client.stations.search(query, type);
 | 
			
		||||
            const sstation = client.stations.search(query, type);
 | 
			
		||||
            if (!sstation) return interaction.reply({
 | 
			
		||||
                content: client.messages.emojis["error"] + client.messages.noSearchResults,
 | 
			
		||||
                ephemeral: true
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user