Update spamwatch.js

This commit is contained in:
Lucas Gabriel 2025-04-12 12:58:04 -03:00 committed by GitHub
parent 8d35b7ec4c
commit bb6ead9e5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
const fs = require('fs'); const fs = require('fs');
const path = require('path'); const path = require('path');
const blocklistPath = path.join(__dirname, '../../props/sw_blocklist.txt'); const blocklistPath = path.join(__dirname, 'sw_blocklist.txt') || path.join(__dirname, '../../props/sw_blocklist.txt');
let blocklist = []; let blocklist = [];