added blacklist function

Commando
Loic Bersier 6 years ago
parent 9f421b15ed
commit 2ad41730ba

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