Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Change copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Mishchenko committed Aug 2, 2020
1 parent 4f4116b commit bb78b1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")


Expand Down

0 comments on commit bb78b1a

Please sign in to comment.