From c1d67c9d84d9821ba0af0cdeaa26034f8f961b08 Mon Sep 17 00:00:00 2001
From: GayLord <coolperson@email.com>
Date: Sat, 19 Oct 2024 17:50:05 +0200
Subject: [PATCH] Update epilog cause it didnt offend anyone

---
 src/main.rs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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