forked from DebaucheryLibrarian/traxxx
Ignoring secondary AnalVids channels by default.
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user