summaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts
index f6e7447..d854725 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -37,5 +37,5 @@ export default {
37 instance: "https://botsin.space/", 37 instance: "https://botsin.space/",
38 token: process.env.MASTODON_TOKEN, 38 token: process.env.MASTODON_TOKEN,
39 }, 39 },
40 cw: ["gun"], 40 cw: ["gun", "blood"],
41}; 41};