mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-10-31 08:31:36 +00:00 
			
		
		
		
	Update stop command
This commit is contained in:
		| @@ -9,8 +9,7 @@ module.exports = { | ||||
|             const radio = client.radio.get(interaction.guild.id); | ||||
|             client.funcs.statisticsUpdate(client, interaction.guild, radio); | ||||
|             radio.connection?.destroy(); | ||||
|             radio.audioPlayer?.stop(); | ||||
|             client.funcs.logger('Radio', 'Stream stopped' + " / " + interaction.guild.id); | ||||
|             client.funcs.logger('Radio', interaction.guild.id + " / " + 'Stop'); | ||||
|  | ||||
|             const embed = new Discord.MessageEmbed() | ||||
|                 .setTitle(client.user.username) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Christer Warén
					Christer Warén