diff options
author | Volpeon <git@volpeon.ink> | 2021-10-27 20:13:27 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-10-27 20:13:27 +0200 |
commit | 062aff51f78c15fcd527660d5ad97d987e360897 (patch) | |
tree | d818012d4ebea2f24bb2b0a55b828c0dd1e08bd9 /src | |
parent | Block FMA chimera (diff) | |
download | feralbot-062aff51f78c15fcd527660d5ad97d987e360897.tar.gz feralbot-062aff51f78c15fcd527660d5ad97d987e360897.tar.bz2 feralbot-062aff51f78c15fcd527660d5ad97d987e360897.zip |
Reached tag limit
Diffstat (limited to 'src')
-rw-r--r-- | src/config.ts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config.ts b/src/config.ts index 70eacbd..b8aebfa 100644 --- a/src/config.ts +++ b/src/config.ts | |||
@@ -35,7 +35,6 @@ const mainQuery: GetPostQuery = { | |||
35 | "-plushification", | 35 | "-plushification", |
36 | "-foot_focus", | 36 | "-foot_focus", |
37 | "-world_war_*", | 37 | "-world_war_*", |
38 | "-tucker_chimera_(fma)", | ||
39 | "-adolf_hitler_(artist)", | 38 | "-adolf_hitler_(artist)", |
40 | "-blackkaries", | 39 | "-blackkaries", |
41 | "-photography_(artwork)", | 40 | "-photography_(artwork)", |
@@ -44,7 +43,9 @@ const mainQuery: GetPostQuery = { | |||
44 | "score:>=20", | 43 | "score:>=20", |
45 | "inpool:false", | 44 | "inpool:false", |
46 | ], | 45 | ], |
47 | tagsBlacklist: [], | 46 | tagsBlacklist: [ |
47 | "tucker_chimera_(fma)" | ||
48 | ], | ||
48 | maxPage: 118, | 49 | maxPage: 118, |
49 | }; | 50 | }; |
50 | 51 | ||