forked from Supositware/Haha-Yes
This commit is contained in:
parent
b21978ae96
commit
b0a3ae1e81
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ module.exports = class feedbackCommand extends Command {
|
||||||
if(blacklist[message.author.id])
|
if(blacklist[message.author.id])
|
||||||
return message.channel.send("You are blacklisted")
|
return message.channel.send("You are blacklisted")
|
||||||
const channel = this.client.channels.get(feedbackChannel);
|
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!');
|
message.say('Your feedback has been sent!');
|
||||||
}
|
}
|
||||||
};
|
};
|
Loading…
Reference in a new issue