Refactor plugins

This commit is contained in:
Luquinhas 2025-04-20 12:35:25 -03:00
parent bdb4a4f7a2
commit 5a1a207d0a
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
17 changed files with 16 additions and 16 deletions

View file

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