summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-02-21 14:17:55 +0100
committerVolpeon <git@volpeon.ink>2022-02-21 14:17:55 +0100
commit95bc04efef4635a792538e62704a8c2298f7e478 (patch)
tree90193585f2e07b57f12f2a9b20a3c58de58db36c
parentExpanded blacklist (diff)
downloadferalbot-95bc04efef4635a792538e62704a8c2298f7e478.tar.gz
feralbot-95bc04efef4635a792538e62704a8c2298f7e478.tar.bz2
feralbot-95bc04efef4635a792538e62704a8c2298f7e478.zip
Add big_butt to blacklist
-rw-r--r--src/config.ts3
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};