diff options
author | Volpeon <git@volpeon.ink> | 2021-10-30 09:03:43 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-10-30 09:03:43 +0200 |
commit | b9975839f3d2fc9bfba40ad501a1b9d109ba051c (patch) | |
tree | 29dfa64081b9750c00f72d68895e8f9da8468ab9 /src/config.ts | |
parent | Add 2864729 to blacklist for not being feral (diff) | |
download | feralbot-b9975839f3d2fc9bfba40ad501a1b9d109ba051c.tar.gz feralbot-b9975839f3d2fc9bfba40ad501a1b9d109ba051c.tar.bz2 feralbot-b9975839f3d2fc9bfba40ad501a1b9d109ba051c.zip |
Add taur to blacklist
Diffstat (limited to 'src/config.ts')
-rw-r--r-- | src/config.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts index 3b52088..6d2914b 100644 --- a/src/config.ts +++ b/src/config.ts | |||
@@ -44,7 +44,8 @@ const mainQuery: GetPostQuery = { | |||
44 | "inpool:false", | 44 | "inpool:false", |
45 | ], | 45 | ], |
46 | tagsBlacklist: [ | 46 | tagsBlacklist: [ |
47 | "tucker_chimera_(fma)" | 47 | "tucker_chimera_(fma)", |
48 | "taur" | ||
48 | ], | 49 | ], |
49 | maxPage: 118, | 50 | maxPage: 118, |
50 | }; | 51 | }; |