From 5740d83d116aecc75301a739ea8e3589e2f356e5 Mon Sep 17 00:00:00 2001 From: Neshura Date: Sun, 30 Jul 2023 20:39:36 +0200 Subject: [PATCH] Closes #7, #8 --- src/config/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/mod.rs b/src/config/mod.rs index 7e15744..205c987 100644 --- a/src/config/mod.rs +++ b/src/config/mod.rs @@ -130,7 +130,7 @@ impl Config { community_id: community_ids.find(&feed.communities.chapter), url: Some(Url::parse(&item.url).unwrap()), 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, nsfw: Some(false),