From 2ad41730ba382cddc7a410b65f4d843a5a955abe Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Wed, 28 Nov 2018 01:05:39 +0100 Subject: [PATCH] added blacklist function --- blacklist.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 blacklist.js 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}**`) +} +