print_step(f"You are using the newest version ({__VERSION__}) of the bot")
returnTrue
#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")
#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"
# )
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"