diff --git a/commands/utility/feedback.js b/commands/utility/feedback.js index b636fc8..ad8741f 100644 --- a/commands/utility/feedback.js +++ b/commands/utility/feedback.js @@ -25,10 +25,10 @@ module.exports = class feedbackCommand extends Command { } async run(message, { text }) { - if(blacklist[msg.author.id]) - return msg.channel.send("You are blacklisted") + 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.id}) : ${text}`); message.say('Your feedback has been sent!'); } }; \ No newline at end of file diff --git a/json/imgreply.json b/json/imgreply.json index 65ed1e2..d3f7b06 100644 --- a/json/imgreply.json +++ b/json/imgreply.json @@ -5,5 +5,6 @@ "hmmmmmm": "https://i.imgur.com/pGyPjxy.png", "hmmmmmmmmm": "https://i.imgur.com/pJsqS40.png", "i came": "https://cdn.discordapp.com/attachments/488538184074919947/496035415548100649/image0-109.jpg", - "nibba": "https://media.discordapp.net/attachments/240843640375607296/498766650779369500/43195741_339235693514784_3556036795701395456_n.jpg" + "nibba": "https://media.discordapp.net/attachments/240843640375607296/498766650779369500/43195741_339235693514784_3556036795701395456_n.jpg", + "he cookin": "https://cdn.discordapp.com/attachments/482734525563273218/508083884408307732/28-he-cookin.w330.h330.gif" } \ No newline at end of file