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

@ -1,6 +1,6 @@
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);
module.exports = (bot) => {
bot.start(spamwatchMiddleware, async (ctx) => {