From 35790b0a82d194650f9dfc8ab55022377bd6dca1 Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 13 Jun 2022 17:24:10 -0400 Subject: [PATCH] fix personal changes --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index d86b422..6686317 100755 --- a/main.py +++ b/main.py @@ -21,9 +21,9 @@ banner = """ """ print(banner) load_dotenv() -# base code by elebumm +# Modified by JasonLovesDoggo print_markdown( - "### Thanks for using this tool! 😊 Feel free to contribute to this project on GitHub! (JasonLovesDoggo/RedditVideoMakerBot). If you have any questions, feel free to reach out to me on Twitter @JasonLovesDoggo or submit a GitHub issue." + "### Thanks for using this tool! [Feel free to contribute to this project on GitHub!](https://lewismenelaws.com) If you have any questions, feel free to reach out to me on Twitter or submit a GitHub issue." ) time.sleep(2)