From cda9f86b9204317c96b7d4f5d258ca299316c86c Mon Sep 17 00:00:00 2001 From: prcrst Date: Fri, 8 Mar 2024 09:29:39 +0100 Subject: [PATCH] Spoilers are guaranteed --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 29afb5f..fc6b607 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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() };