From c1c5d6715e5fb6a7712c9ed77eb0c1f80ccf494f Mon Sep 17 00:00:00 2001 From: RavenaStar <666ravena.js@gmail.com> Date: Sat, 24 Feb 2024 22:30:29 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9F=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/index.js diff --git a/src/index.js b/src/index.js new file mode 100644 index 0000000..4eaf140 --- /dev/null +++ b/src/index.js @@ -0,0 +1,5 @@ +const blocklist = require('../scams/shortlinks.json') + +module.exports = { + all: blocklist +} \ No newline at end of file