pull/1288/head
Syed Aman Raza 2 years ago committed by GitHub
parent 719ca09765
commit dabbd04af9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,8 @@ def checkversion(__VERSION__:str):
return True
#FOR ERROR HANDLING, SO VERSION CAN EASILY BE DETECTED
else:
print_step(f"You are using the test version ({__VERSION__}) of the bot from AMAN RAZA")
print_step(f"You are using the test version ({__VERSION__}) of the bot from AMAN RAZA")
#to be removed before released
# else:
# print_step(
# f"You are using an older version ({__VERSION__}) of the bot. Download the newest version ({latestversion}) from https://github.com/elebumm/RedditVideoMakerBot/releases/latest"

Loading…
Cancel
Save