diff --git a/src/client/commands/play.js b/src/client/commands/play.js index 96e2c94..464cc35 100644 --- a/src/client/commands/play.js +++ b/src/client/commands/play.js @@ -76,7 +76,6 @@ module.exports = { if (radio) { client.funcs.statisticsUpdate(client, msg.guild, radio); - //radio.connection.destroy(); radio.station = station; radio.textChannel = msg.channel; play(msg.guild, client, url);