Spoilers are guaranteed

This commit is contained in:
prcrst 2024-03-08 09:29:39 +01:00
parent 36bda1e89f
commit cda9f86b92

View File

@ -61,8 +61,7 @@ async fn post_to_lemmy(
community_id,
name: title,
url: Some(url),
body: Some("Post your results and discuss your guesses. Have fun! \nNote: there might be spoilers in the thread.".to_owned()),
auth,
body: Some("Post your results and discuss your guesses. Have fun! \nNote: there _will_ be spoilers in the thread, so try it first.".to_owned()),
..Default::default()
};