Add tag to portal

This commit is contained in:
Daniel Odendahl Jr
2017-06-25 00:42:14 +00:00
parent 07d27ede40
commit 4dfa7db243
+1 -1
View File
@@ -31,7 +31,7 @@ module.exports = class PortalSendCommand extends Command {
}).random();
if (!channel) return msg.say('Aww... No channel has an open portal...');
try {
await channel.send(`**${msg.author.username} (${msg.guild.name}):** ${message}`);
await channel.send(`**${msg.author.tag} (${msg.guild.name}):** ${message}`);
return msg.say('Message sent!');
} catch (err) {
return msg.say('Failed to send message...');