diff --git a/src/client/commands/maintenance.js b/src/client/commands/maintenance.js index a589fbd..6e6ba96 100644 --- a/src/client/commands/maintenance.js +++ b/src/client/commands/maintenance.js @@ -28,6 +28,7 @@ module.exports = { if(currentRadio){ client.funcs.statisticsUpdate(client, currentRadio.currentGuild.guild, currentRadio); currentRadio.connection.destroy(); + currentRadio.audioPlayer.stop(); const cembed = new Discord.MessageEmbed() .setTitle(client.messages.maintenanceTitle) .setThumbnail("https://cdn.discordapp.com/emojis/" + client.messageEmojis["maintenance"].replace(/[^0-9]+/g, ''))