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...'); }