diff options
author | Volpeon <git@volpeon.ink> | 2021-10-23 18:32:03 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-10-23 18:32:03 +0200 |
commit | 764cf481836d721796c5abcf01ecdba01a8eeaa0 (patch) | |
tree | dc267373c5baa65be824b579f56668a8928ebd45 /src | |
parent | Exclude pregnant (diff) | |
download | feralbot-764cf481836d721796c5abcf01ecdba01a8eeaa0.tar.gz feralbot-764cf481836d721796c5abcf01ecdba01a8eeaa0.tar.bz2 feralbot-764cf481836d721796c5abcf01ecdba01a8eeaa0.zip |
Exclude micro and macro
Diffstat (limited to 'src')
-rw-r--r-- | src/config.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts index 36548fc..b3094ac 100644 --- a/src/config.ts +++ b/src/config.ts | |||
@@ -31,6 +31,8 @@ const mainQuery: GetPostQuery = { | |||
31 | "-mouth_shot", | 31 | "-mouth_shot", |
32 | "-animated", | 32 | "-animated", |
33 | "-transformation", | 33 | "-transformation", |
34 | "-macro", | ||
35 | "-micro", | ||
34 | "-world_war_1", | 36 | "-world_war_1", |
35 | "-world_war_2", | 37 | "-world_war_2", |
36 | "-adolf_hitler_(artist)", | 38 | "-adolf_hitler_(artist)", |
@@ -41,7 +43,7 @@ const mainQuery: GetPostQuery = { | |||
41 | "score:>=20", | 43 | "score:>=20", |
42 | "inpool:false", | 44 | "inpool:false", |
43 | ], | 45 | ], |
44 | maxPage: 119, | 46 | maxPage: 118, |
45 | }; | 47 | }; |
46 | 48 | ||
47 | export default { | 49 | export default { |