From ef18a08cc67cf16aca3a4a1a29e613de21d72362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Wed, 4 Aug 2021 15:18:14 +0300 Subject: [PATCH] Updated play --- src/client/commands/play.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);