From bb78b1a1c71af6e9fdf8b3aa72c97df57ca591a6 Mon Sep 17 00:00:00 2001 From: Alexander Mishchenko Date: Sun, 2 Aug 2020 17:44:06 +0300 Subject: [PATCH] Change copyright --- src/utils.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils.py b/src/utils.py index 659b613..ac9cda3 100644 --- a/src/utils.py +++ b/src/utils.py @@ -100,9 +100,9 @@ def print_copyright(username): if hashlib.sha1(username.encode('utf-8')).hexdigest() not in copyright_blacklist: print_timeless("\nIf you like this script and want it to be improved, " + COLOR_BOLD + "donate please" + COLOR_ENDC + ".") - print_timeless(COLOR_BOLD + "$1" + COLOR_ENDC + " - support this project") - print_timeless(COLOR_BOLD + "$5" + COLOR_ENDC + " - unblock hidden features") - print_timeless(COLOR_BOLD + "$50" + COLOR_ENDC + " - order the feature you want") + print_timeless(COLOR_BOLD + "$3" + COLOR_ENDC + " - support this project") + print_timeless(COLOR_BOLD + "$10" + COLOR_ENDC + " - unblock extra features") + print_timeless(COLOR_BOLD + "$25" + COLOR_ENDC + " - same as $10 + vote for the next feature") print_timeless("https://www.patreon.com/insomniac_bot\n")