From e21a5f0a9e7cdba3e5b2e61123c123ff1105343d Mon Sep 17 00:00:00 2001 From: A Bunch of Computer Nerds Date: Sun, 8 Dec 2024 21:05:41 -0300 Subject: [PATCH] Removed the resources.json reference bcs it isnt needed anymore --- src/commands/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/main.js b/src/commands/main.js index 155b927..c7d3aa9 100644 --- a/src/commands/main.js +++ b/src/commands/main.js @@ -1,4 +1,3 @@ -const resources = require('../props/resources.json'); const { getStrings } = require('../plugins/checklang.js'); const { isOnSpamWatch } = require('../plugins/lib-spamwatch/spamwatch.js'); const spamwatchMiddleware = require('../plugins/lib-spamwatch/Middleware.js')(isOnSpamWatch);