Update epilog cause it didnt offend anyone
This commit is contained in:
parent
89fca9d0a3
commit
c1d67c9d84
@ -1,7 +1,7 @@
|
|||||||
#![feature(async_closure)]
|
#![feature(async_closure)]
|
||||||
use regex::Regex;
|
use regex::Regex;
|
||||||
use reqwest::Client;
|
use reqwest::Client;
|
||||||
use std::process::{exit, ExitCode};
|
use std::process::ExitCode;
|
||||||
use taap::Argument;
|
use taap::Argument;
|
||||||
use tokio::time::{sleep, Duration};
|
use tokio::time::{sleep, Duration};
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ async fn main() -> ExitCode {
|
|||||||
let mut arguments = Argument::new(
|
let mut arguments = Argument::new(
|
||||||
"r34-scrape",
|
"r34-scrape",
|
||||||
"A scraper for r34.xxx",
|
"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",
|
"Danmax and authors 2024",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user