From 308afd9f96372e376e1ba2bb26b86152bfceec7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Thu, 24 Jun 2021 14:05:30 +0300 Subject: [PATCH] Updated play command --- src/client/commands/play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/commands/play.js b/src/client/commands/play.js index 388ac02..753c069 100644 --- a/src/client/commands/play.js +++ b/src/client/commands/play.js @@ -76,7 +76,7 @@ module.exports = { if (radio) { client.funcs.statisticsUpdate(client, msg.guild, radio); - radio.connection.destroy(); + //radio.connection.destroy(); radio.station = station; radio.textChannel = msg.channel; play(msg.guild, client, url);