diff --git a/commands/play.js b/commands/play.js index bd4398c..ef88f70 100644 --- a/commands/play.js +++ b/commands/play.js @@ -44,6 +44,7 @@ module.exports = { if (radio) { radio.connection.dispatcher.destroy(); radio.station = station; + radio.textChannel = msg.channel; play(msg.guild, client, url); return; }