diff --git a/src/main.rs b/src/main.rs index b9eeaeb..87554ea 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,7 @@ #![feature(async_closure)] use regex::Regex; use reqwest::Client; -use std::process::{exit, ExitCode}; +use std::process::ExitCode; use taap::Argument; use tokio::time::{sleep, Duration}; @@ -13,7 +13,7 @@ async fn main() -> ExitCode { let mut arguments = Argument::new( "r34-scrape", "A scraper for r34.xxx", - "Created by someone with no coding knowledge", + "Users love this tool! Hear our reviews down below:\n\"It has never been easier to find what I love!\" - penguinlover\n\"This has made my life way easier!\" - FurryUser69\n\"Best tool I've ever used\" - Sean Combs\n", "Danmax and authors 2024", );