Ignoring secondary AnalVids channels by default.
This commit is contained in:
parent
f0d12a4297
commit
24c15d9387
|
@ -1,3 +1,5 @@
|
|||
const excludeAnalvids = require('./analvids.json');
|
||||
|
||||
module.exports = {
|
||||
database: {
|
||||
owner: {
|
||||
|
@ -73,6 +75,8 @@ module.exports = {
|
|||
},
|
||||
exclude: {
|
||||
channels: [
|
||||
// analvids
|
||||
...excludeAnalvids,
|
||||
// 21sextreme, no longer updated
|
||||
'mightymistress',
|
||||
'dominatedgirls',
|
||||
|
|
Loading…
Reference in New Issue