summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-03-21 07:10:59 +0100
committerVolpeon <git@volpeon.ink>2022-03-21 07:10:59 +0100
commitd552eae3dda377c47c64da9ebb21e4ddcdcf5ed5 (patch)
treec79cd586bc043f20b761e11bdd9590d1f15df2cb
parentCW drugs (diff)
downloadferalbot-d552eae3dda377c47c64da9ebb21e4ddcdcf5ed5.tar.gz
feralbot-d552eae3dda377c47c64da9ebb21e4ddcdcf5ed5.tar.bz2
feralbot-d552eae3dda377c47c64da9ebb21e4ddcdcf5ed5.zip
Add thigh_highs 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 27f81bd..b0ea46e 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -59,7 +59,8 @@ const mainQuery: GetPostQuery = {
59 "rubber_suit", 59 "rubber_suit",
60 "hypnosis", 60 "hypnosis",
61 "mind_control", 61 "mind_control",
62 "big_butt" 62 "big_butt",
63 "thigh_highs"
63 ], 64 ],
64 maxPage: 121, 65 maxPage: 121,
65}; 66};