Making sure bot types messages in correct text channel when originally summoned from other text channel

This commit is contained in:
Christer Warén 2020-03-22 05:21:54 +02:00
parent c15076f834
commit 093549770d

View File

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