From 8d939d40f6b25ff28f420a80bd8ca9f0fa0b6a2d Mon Sep 17 00:00:00 2001
From: loicbersier <loic.bersier1@gmail.com>
Date: Tue, 6 Aug 2019 19:03:59 +0200
Subject: [PATCH] Update blacklist

---
 event/inhibitors/blacklist.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/event/inhibitors/blacklist.js b/event/inhibitors/blacklist.js
index 94b987ff..a073a591 100644
--- a/event/inhibitors/blacklist.js
+++ b/event/inhibitors/blacklist.js
@@ -8,7 +8,7 @@ class BlacklistInhibitor extends Inhibitor {
 	}
 
 	async exec(message) {
-		const blacklist = ['501856229123948545', '497730155691638784', '29476879240658944', '294768792406589440', '530399670728392737', '595102888796356628'];
+		const blacklist = ['501856229123948545', '497730155691638784', '29476879240658944', '294768792406589440', '530399670728392737', '595102888796356628', '342039250302140418'];
 		return blacklist.includes(message.author.id);
 	}
 }