Removed the resources.json reference bcs it isnt needed anymore

This commit is contained in:
A Bunch of Computer Nerds 2024-12-08 21:05:41 -03:00
parent c49664867f
commit e21a5f0a9e

View File

@ -1,4 +1,3 @@
const resources = require('../props/resources.json');
const { getStrings } = require('../plugins/checklang.js'); const { getStrings } = require('../plugins/checklang.js');
const { isOnSpamWatch } = require('../plugins/lib-spamwatch/spamwatch.js'); const { isOnSpamWatch } = require('../plugins/lib-spamwatch/spamwatch.js');
const spamwatchMiddleware = require('../plugins/lib-spamwatch/Middleware.js')(isOnSpamWatch); const spamwatchMiddleware = require('../plugins/lib-spamwatch/Middleware.js')(isOnSpamWatch);