mirror of
https://github.com/abocn/TelegramBot-SpamWatch.git
synced 2025-04-28 17:55:57 +00:00
Update spamwatch.js
This commit is contained in:
parent
8d35b7ec4c
commit
bb6ead9e5c
@ -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 = [];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user