diff options
author | Volpeon <git@volpeon.ink> | 2021-10-31 06:05:37 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-10-31 06:05:37 +0100 |
commit | 170944d093a9a3f14a774b1bbeb1e1cc88feb0cb (patch) | |
tree | dd14d5c62d651d66aee3d670846a9759ac2a4921 /src | |
parent | Add taur to blacklist (diff) | |
download | feralbot-170944d093a9a3f14a774b1bbeb1e1cc88feb0cb.tar.gz feralbot-170944d093a9a3f14a774b1bbeb1e1cc88feb0cb.tar.bz2 feralbot-170944d093a9a3f14a774b1bbeb1e1cc88feb0cb.zip |
Add vore to blacklist
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 6d2914b..8a824ba 100644 --- a/src/config.ts +++ b/src/config.ts | |||
@@ -17,6 +17,7 @@ const mainQuery: GetPostQuery = { | |||
17 | "-kissing", | 17 | "-kissing", |
18 | "-french_kissing", | 18 | "-french_kissing", |
19 | "-obese", | 19 | "-obese", |
20 | "-vore", | ||
20 | "-friendship_is_magic", | 21 | "-friendship_is_magic", |
21 | "-my_little_pony", | 22 | "-my_little_pony", |
22 | "-paw_patrol", | 23 | "-paw_patrol", |
@@ -35,7 +36,6 @@ const mainQuery: GetPostQuery = { | |||
35 | "-plushification", | 36 | "-plushification", |
36 | "-foot_focus", | 37 | "-foot_focus", |
37 | "-world_war_*", | 38 | "-world_war_*", |
38 | "-adolf_hitler_(artist)", | ||
39 | "-blackkaries", | 39 | "-blackkaries", |
40 | "-photography_(artwork)", | 40 | "-photography_(artwork)", |
41 | "-3d_(artwork)", | 41 | "-3d_(artwork)", |
@@ -44,10 +44,11 @@ const mainQuery: GetPostQuery = { | |||
44 | "inpool:false", | 44 | "inpool:false", |
45 | ], | 45 | ], |
46 | tagsBlacklist: [ | 46 | tagsBlacklist: [ |
47 | "-adolf_hitler_(artist)", | ||
47 | "tucker_chimera_(fma)", | 48 | "tucker_chimera_(fma)", |
48 | "taur" | 49 | "taur" |
49 | ], | 50 | ], |
50 | maxPage: 118, | 51 | maxPage: 119, |
51 | }; | 52 | }; |
52 | 53 | ||
53 | export default { | 54 | export default { |