From b0a3ae1e81e3a4ac618ff4eeb22ec7159d81afa9 Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Sat, 3 Nov 2018 02:09:04 +0100 Subject: [PATCH] --- commands/utility/feedback.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/feedback.js b/commands/utility/feedback.js index c9aeb43..035c2bb 100644 --- a/commands/utility/feedback.js +++ b/commands/utility/feedback.js @@ -28,7 +28,7 @@ module.exports = class feedbackCommand extends Command { if(blacklist[message.author.id]) return message.channel.send("You are blacklisted") const channel = this.client.channels.get(feedbackChannel); - channel.send(`from ${message.author.username} (${message.author} : ${message.author.id}): ${text}`); + channel.send(`from ${message.author.username} (${message.author.name} : ${message.author.id}): ${text}`); message.say('Your feedback has been sent!'); } }; \ No newline at end of file