diff --git a/src/client/commands/play.js b/src/client/commands/play.js index 464cc35..3574b45 100644 --- a/src/client/commands/play.js +++ b/src/client/commands/play.js @@ -75,7 +75,8 @@ module.exports = { if (radio) { client.funcs.statisticsUpdate(client, msg.guild, radio); - + radio.audioPlayer.stop(); + radio.station = station; radio.textChannel = msg.channel; play(msg.guild, client, url);