From 8544feb5d47df2399d07f69c56bb226ce923849a Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 17 Oct 2021 20:12:47 +0200 Subject: Added query to exclude dragons --- src/config.ts | 46 ++++++++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 20 deletions(-) (limited to 'src/config.ts') diff --git a/src/config.ts b/src/config.ts index 4c9f0be..33fdc69 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,28 +1,34 @@ +const mainQuery = { + tags: [ + "feral", + "-anthro", + "-human", + "-meme", + "-humor", + "-photography_(artwork)", + "-portrait", + "-comic", + "-saliva", + "-friendship_is_magic", + "-my_little_pony", + "-type:swf", + "-type:webm", + "-type:gif", + "status:active", + "score:>=20", + "inpool:false", + ], + maxPage: 131, +}; + export default { e621: { userAgent: "@feralbot@botsin.space (by RedFoxxo)", queries: [ + mainQuery, { - tags: [ - "feral", - "-anthro", - "-human", - "-meme", - "-humor", - "-photography_(artwork)", - "-portrait", - "-comic", - "-saliva", - "-friendship_is_magic", - "-my_little_pony", - "-type:swf", - "-type:webm", - "-type:gif", - "status:active", - "score:>=20", - "inpool:false", - ], - maxPage: 131, + tags: [...mainQuery.tags, "-western_dragon"], + maxPage: 96, }, ], }, -- cgit v1.2.3-70-g09d2