From 8085da04648df1ee5a1610f11372d5ad4a288075 Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Sat, 3 Nov 2018 01:53:06 +0100 Subject: [PATCH 1/5] fixed feedback --- 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 b636fc8..639c7d5 100644 --- a/commands/utility/feedback.js +++ b/commands/utility/feedback.js @@ -26,7 +26,7 @@ module.exports = class feedbackCommand extends Command { async run(message, { text }) { if(blacklist[msg.author.id]) - return msg.channel.send("You are blacklisted") + 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}`); message.say('Your feedback has been sent!'); From 817f1341e066526487da59814161be77ba0ff585 Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Sat, 3 Nov 2018 01:54:10 +0100 Subject: [PATCH 2/5] --- 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 639c7d5..c9aeb43 100644 --- a/commands/utility/feedback.js +++ b/commands/utility/feedback.js @@ -25,7 +25,7 @@ module.exports = class feedbackCommand extends Command { } async run(message, { text }) { - if(blacklist[msg.author.id]) + 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}`); From b21978ae96daad9558c0275d53695092707dbadd Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Sat, 3 Nov 2018 02:05:27 +0100 Subject: [PATCH 3/5] he cookin --- json/imgreply.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 From b0a3ae1e81e3a4ac618ff4eeb22ec7159d81afa9 Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Sat, 3 Nov 2018 02:09:04 +0100 Subject: [PATCH 4/5] --- 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 From 437fb0a90d3a262e8bb9e9a318c234b879fdb7d3 Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Sat, 3 Nov 2018 02:09:48 +0100 Subject: [PATCH 5/5] --- 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 035c2bb..ad8741f 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