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);