diff options
author | Volpeon <git@volpeon.ink> | 2021-10-18 13:50:57 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-10-18 13:50:57 +0200 |
commit | 8a6ad69c1e859db373a67c75f893853986750603 (patch) | |
tree | 92ddcffc840dc444c1a28a883a62fc8eea01958c /src/config.ts | |
parent | Add presenting to excluded tags (diff) | |
download | feralbot-8a6ad69c1e859db373a67c75f893853986750603.tar.gz feralbot-8a6ad69c1e859db373a67c75f893853986750603.tar.bz2 feralbot-8a6ad69c1e859db373a67c75f893853986750603.zip |
Support posting a specific picture
Diffstat (limited to 'src/config.ts')
-rw-r--r-- | src/config.ts | 2 |
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 | }; |