From e56867a26972fde3c13bb549c30e446b253d5b69 Mon Sep 17 00:00:00 2001 From: Klemek Date: Sun, 4 Apr 2021 23:33:59 +0200 Subject: [PATCH] Update bot_detector.js --- src/bot_detector.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bot_detector.js b/src/bot_detector.js index 4e05e4a..1b34ccf 100644 --- a/src/bot_detector.js +++ b/src/bot_detector.js @@ -11,8 +11,6 @@ module.exports = (config) => { }, count: [], regex: null, - knownBots: [], - known: [], }; const fetchList = (cb) => {