Removed commented code in play.js

This commit is contained in:
Christer Warén 2021-08-04 13:06:09 +03:00
parent 5efb68b717
commit fb2c18b9b0

View File

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