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() };