From b9191c09f2292d72209b3f459d607cea8c7d5022 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sun, 25 Aug 2019 10:53:48 +0200 Subject: [PATCH] yea --- 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 a073a59..b84c0d8 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', '342039250302140418']; + const blacklist = ['501856229123948545', '497730155691638784', '29476879240658944', '294768792406589440', '530399670728392737', '595102888796356628', '342039250302140418', '319180626928336896']; return blacklist.includes(message.author.id); } }