Update all references to lib-spamwatch

This commit is contained in:
Luquinhas 2025-04-15 19:12:21 -03:00
parent 80a0bc08ad
commit 31cfc01f2f
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
19 changed files with 35 additions and 35 deletions

View file

@ -4,8 +4,8 @@
// With some help from GPT (I don't really like AI but whatever)
// If this were a kang, I would not be giving credits to him!
const { isOnSpamWatch } = require('../plugins/lib-spamwatch/spamwatch.js');
const spamwatchMiddleware = require('../plugins/lib-spamwatch/Middleware.js')(isOnSpamWatch);
const { isOnSpamWatch } = require('../spamwatch/spamwatch.js');
const spamwatchMiddleware = require('../spamwatch/Middleware.js')(isOnSpamWatch);
const axios = require('axios');
const { parse } = require('node-html-parser');