diff options
author | Volpeon <git@volpeon.ink> | 2022-02-21 14:17:55 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-02-21 14:17:55 +0100 |
commit | 95bc04efef4635a792538e62704a8c2298f7e478 (patch) | |
tree | 90193585f2e07b57f12f2a9b20a3c58de58db36c /src | |
parent | Expanded blacklist (diff) | |
download | feralbot-95bc04efef4635a792538e62704a8c2298f7e478.tar.gz feralbot-95bc04efef4635a792538e62704a8c2298f7e478.tar.bz2 feralbot-95bc04efef4635a792538e62704a8c2298f7e478.zip |
Add big_butt to blacklist
Diffstat (limited to 'src')
-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 2210db8..b4e6505 100644 --- a/src/config.ts +++ b/src/config.ts | |||
@@ -58,7 +58,8 @@ const mainQuery: GetPostQuery = { | |||
58 | "rubber_clothing", | 58 | "rubber_clothing", |
59 | "rubber_suit", | 59 | "rubber_suit", |
60 | "hypnosis", | 60 | "hypnosis", |
61 | "mind_control" | 61 | "mind_control", |
62 | "big_butt" | ||
62 | ], | 63 | ], |
63 | maxPage: 121, | 64 | maxPage: 121, |
64 | }; | 65 | }; |