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

@ -5,8 +5,8 @@
const Resources = require('../props/resources.json');
const axios = require('axios');
const { getStrings } = require('../plugins/checklang.js');
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 statusEmojis = {
0: '⛈', 1: '⛈', 2: '⛈', 3: '⛈', 4: '⛈', 5: '🌨', 6: '🌨', 7: '🌨',