From 093549770dbfba50870f91d392c62519cc42d84f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sun, 22 Mar 2020 05:21:54 +0200 Subject: [PATCH] Making sure bot types messages in correct text channel when originally summoned from other text channel --- commands/play.js | 1 + 1 file changed, 1 insertion(+) 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; }