Update epilog cause it didnt offend anyone

This commit is contained in:
GayLord 2024-10-19 17:50:05 +02:00
parent 89fca9d0a3
commit c1d67c9d84

View File

@ -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",
);