From 7d754e2e975114bb5f329c6acf39ecb5432450aa Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sun, 25 Jun 2017 14:51:15 +0000 Subject: [PATCH] a --- commands/random/portal-send.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/random/portal-send.js b/commands/random/portal-send.js index 3852bc66..285dc0f8 100644 --- a/commands/random/portal-send.js +++ b/commands/random/portal-send.js @@ -35,7 +35,7 @@ module.exports = class PortalSendCommand extends Command { if (!channel) return msg.say('Aww... No channel has an open portal...'); try { await channel.send(`**${msg.author.tag} (${msg.guild.name}):** ${message}`); - return msg.say(`Message sent to **${channel.name}**!`); + return msg.say(`Message sent to **${channel.guild.name}**!`); } catch (err) { return msg.say('Failed to send message...'); }