1
0
Fork 0

Merge branch 'master' of gitlab.com:LoicBersier/DiscordBot

Commando
Loïc Bersier 6 years ago
commit 68c7c04878

@ -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!');
}
};

@ -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"
}
Loading…
Cancel
Save