diff --git a/blacklist.js b/blacklist.js new file mode 100644 index 0000000..f67266c --- /dev/null +++ b/blacklist.js @@ -0,0 +1,4 @@ +module.exports = function blacklist(reasons, message){ + return message.channel.send(`You have been blacklisted for the following reasons: **${reasons}**`) +} +