mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:00:18 +00:00
Making sure bot types messages in correct text channel when originally summoned from other text channel
This commit is contained in:
parent
c15076f834
commit
093549770d
@ -44,6 +44,7 @@ module.exports = {
|
|||||||
if (radio) {
|
if (radio) {
|
||||||
radio.connection.dispatcher.destroy();
|
radio.connection.dispatcher.destroy();
|
||||||
radio.station = station;
|
radio.station = station;
|
||||||
|
radio.textChannel = msg.channel;
|
||||||
play(msg.guild, client, url);
|
play(msg.guild, client, url);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user