summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-02-23 09:04:13 +0100
committerVolpeon <git@volpeon.ink>2022-02-23 09:04:13 +0100
commitd689f9e4a2c2c52190194bb45ccb8c2c8127fbc6 (patch)
tree942f77b41d922d21f6d389e79f62934cda102168
parentAdd big_butt to blacklist (diff)
downloadferalbot-d689f9e4a2c2c52190194bb45ccb8c2c8127fbc6.tar.gz
feralbot-d689f9e4a2c2c52190194bb45ccb8c2c8127fbc6.tar.bz2
feralbot-d689f9e4a2c2c52190194bb45ccb8c2c8127fbc6.zip
CW nightmare_fuel
-rw-r--r--src/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts
index b4e6505..140b369 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -89,5 +89,5 @@ export default {
89 instance: "https://botsin.space/", 89 instance: "https://botsin.space/",
90 token: process.env.MASTODON_TOKEN, 90 token: process.env.MASTODON_TOKEN,
91 }, 91 },
92 cw: ["gun", "blood", "cigarette"], 92 cw: ["gun", "blood", "cigarette", "nightmare_fuel"],
93}; 93};