mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:40: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) {
|
||||
radio.connection.dispatcher.destroy();
|
||||
radio.station = station;
|
||||
radio.textChannel = msg.channel;
|
||||
play(msg.guild, client, url);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user