Merge branch 'main' into main

This commit is contained in:
Lucas Gabriel 2025-04-15 19:40:34 -03:00 committed by GitHub
commit f6886ae504
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 80 additions and 72 deletions

View file

@ -5,9 +5,9 @@
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 { isOnSpamWatch } = require('../spamwatch/spamwatch.js');
const spamwatchMiddleware = require('../spamwatch/Middleware.js')(isOnSpamWatch);
const { verifyInput } = require('../plugins/verifyInput.js');
const spamwatchMiddleware = require('../plugins/lib-spamwatch/Middleware.js')(isOnSpamWatch);
const statusEmojis = {
0: '⛈', 1: '⛈', 2: '⛈', 3: '⛈', 4: '⛈', 5: '🌨', 6: '🌨', 7: '🌨',