parent
813f661ee2
commit
5740d83d11
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||||
|
|
Loading…
Reference in a new issue