mirror of
https://github.com/abocn/TelegramBot-SpamWatch.git
synced 2025-04-28 09:55:57 +00:00
SW blocklist is local only now
This commit is contained in:
parent
b71b3b9eab
commit
2f532fdd0d
@ -1,7 +1,7 @@
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
const blocklistPath = path.join(__dirname, 'sw_blocklist.txt') || path.join(__dirname, '../../props/sw_blocklist.txt');
|
||||
const blocklistPath = path.join(__dirname, 'sw_blocklist.txt');
|
||||
|
||||
let blocklist = [];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user