Haha-Yes/blacklist.js

4 lines
165 B
JavaScript

module.exports = function blacklist(reasons, message){
return message.channel.send(`You have been blacklisted for the following reasons: **${reasons}**`)
}