1
0
Fork 0

fixed feedback

Commando
Loic Bersier 6 years ago
parent 07e243e928
commit 8085da0464

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

Loading…
Cancel
Save