1
0
mirror of https://github.com/warengroup/eximiabots-radiox.git synced 2025-05-02 21:14:57 +00:00

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

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