added blacklist function

This commit is contained in:
Loic Bersier 2018-11-28 01:05:39 +01:00
parent 9f421b15ed
commit 2ad41730ba

4
blacklist.js Normal file
View file

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