From 2ad41730ba382cddc7a410b65f4d843a5a955abe Mon Sep 17 00:00:00 2001
From: Loic Bersier <loic.bersier1@gmail.com>
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 00000000..f67266c9
--- /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}**`)
+}
+