diff options
author | Volpeon <git@volpeon.ink> | 2022-02-10 18:10:58 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-02-10 18:10:58 +0100 |
commit | 04d743357fef25c8bb4dd8758772b6e7131407b5 (patch) | |
tree | 8da63f10aafefcab4003abbdb5c5e450ccb56469 /src | |
parent | Expanded blacklist (diff) | |
download | feralbot-04d743357fef25c8bb4dd8758772b6e7131407b5.tar.gz feralbot-04d743357fef25c8bb4dd8758772b6e7131407b5.tar.bz2 feralbot-04d743357fef25c8bb4dd8758772b6e7131407b5.zip |
Expanded blacklist
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 ede8cfc..2210db8 100644 --- a/src/config.ts +++ b/src/config.ts | |||
@@ -56,7 +56,9 @@ const mainQuery: GetPostQuery = { | |||
56 | "bdsm", | 56 | "bdsm", |
57 | "latex", | 57 | "latex", |
58 | "rubber_clothing", | 58 | "rubber_clothing", |
59 | "rubber_suit" | 59 | "rubber_suit", |
60 | "hypnosis", | ||
61 | "mind_control" | ||
60 | ], | 62 | ], |
61 | maxPage: 121, | 63 | maxPage: 121, |
62 | }; | 64 | }; |