forked from Supositware/Haha-Yes
added blacklist function
This commit is contained in:
parent
9f421b15ed
commit
2ad41730ba
1 changed files with 4 additions and 0 deletions
4
blacklist.js
Normal file
4
blacklist.js
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
module.exports = function blacklist(reasons, message){
|
||||||
|
return message.channel.send(`You have been blacklisted for the following reasons: **${reasons}**`)
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue