removed the beta test message

pull/1288/head
electro199 2 years ago
parent 54db3e1073
commit 67f42f7898

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