summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts
index d6e3ede..f318767 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -44,5 +44,5 @@ export default {
44 instance: "https://botsin.space/", 44 instance: "https://botsin.space/",
45 token: process.env.MASTODON_TOKEN, 45 token: process.env.MASTODON_TOKEN,
46 }, 46 },
47 cw: ["gun", "blood"], 47 cw: ["gun", "blood", "cigarette"],
48}; 48};