This commit is contained in:
Neshura 2023-07-30 20:39:36 +02:00
parent 813f661ee2
commit 5740d83d11
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -130,7 +130,7 @@ impl Config {
community_id: community_ids.find(&feed.communities.chapter), community_id: community_ids.find(&feed.communities.chapter),
url: Some(Url::parse(&item.url).unwrap()), url: Some(Url::parse(&item.url).unwrap()),
body: Some( body: Some(
"[Reddit](https://reddit.com)\n\n[Discord](https://discord.com)".into(), "[Reddit](https://reddit.com/r/HonzukinoGekokujou)\n\n[Discord](https://discord.com/invite/fGefmzu)".into(),
), ),
honeypot: None, honeypot: None,
nsfw: Some(false), nsfw: Some(false),