From 437fb0a90d3a262e8bb9e9a318c234b879fdb7d3 Mon Sep 17 00:00:00 2001
From: Loic Bersier <loic.bersier1@gmail.com>
Date: Sat, 3 Nov 2018 02:09:48 +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 035c2bb4..ad8741fa 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.name} : ${message.author.id}): ${text}`);
+        channel.send(`from ${message.author.username} (${message.author.id}) : ${text}`);
             message.say('Your feedback has been sent!');
     }
 };
\ No newline at end of file