Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
doncezart authored Apr 10, 2022
1 parent afa5cfe commit b0cfa47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def beautify(arg):
views_sent = 0

print(pyfiglet.figlet_format("TIBOT 1.0", font="slant"))
print("[1]. Views\n[2]. Hearts | UNAVAILABLE\n[3]. Comment Hearts | UNAVAILABLE\n[4]. Shares | UNAVAILABLE\n[5]. Followers | UNAVAILABLE\n[6]. Livestream [VS+ Likes] | UNAVAILABLE\n")
print("[1]. Views\n[2]. Likes | UNAVAILABLE\n[3]. Shares | UNAVAILABLE\n[4]. Followers | UNAVAILABLE\n[5]. Comment Likes | UNAVAILABLE\n[6]. Livestream [VS+ Likes] | UNAVAILABLE\n")
CHOICE = int(input("[>] Select choice: "))

if CHOICE == 1:
Expand Down Expand Up @@ -98,4 +98,4 @@ def beautify(arg):
print('\n[!] Incorrect choice')
print('TIBOT will exit in 5 seconds')
sleep(5)
exit(0)
exit(0)

0 comments on commit b0cfa47

Please sign in to comment.