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