Haha-Yes/blacklist.js

5 lines
165 B
JavaScript
Raw Normal View History

2018-11-28 01:05:39 +01:00
module.exports = function blacklist(reasons, message){
return message.channel.send(`You have been blacklisted for the following reasons: **${reasons}**`)
}