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 = {
|
module.exports = {
|
||||||
database: {
|
database: {
|
||||||
owner: {
|
owner: {
|
||||||
|
@ -73,6 +75,8 @@ module.exports = {
|
||||||
},
|
},
|
||||||
exclude: {
|
exclude: {
|
||||||
channels: [
|
channels: [
|
||||||
|
// analvids
|
||||||
|
...excludeAnalvids,
|
||||||
// 21sextreme, no longer updated
|
// 21sextreme, no longer updated
|
||||||
'mightymistress',
|
'mightymistress',
|
||||||
'dominatedgirls',
|
'dominatedgirls',
|
||||||
|
|
Loading…
Reference in New Issue