diff --git a/commands.py b/commands.py index bb10784..18cd75e 100644 --- a/commands.py +++ b/commands.py @@ -2026,7 +2026,7 @@ def rank_up(): # json.dump(r.json(), json_file) levels_to_farm = goal_rank - current_rank - print(Fore.REDr + Style.BRIGHT + 'Levels to farm: ' +str(levels_to_farm)) + print(Fore.RED + Style.BRIGHT + 'Levels to farm: ' +str(levels_to_farm)) while int(current_rank) < int(goal_rank): #If your current rank is lower than goal rank we gonna farm. diff --git a/help.txt b/help.txt index d7225a1..ca550d6 100644 --- a/help.txt +++ b/help.txt @@ -20,6 +20,7 @@ To stop a command from executing, hold ctrl + c 'omegafarm' -> Completes everything it can do 'info' -> Print out account information. 'medalcal' -> Does free LR's +'rankup' -> Farms your rank 'bossrush' -> Does Boss Rush 'lrpan' -> Farms LR Pan level 'punchmachine' -> Does Punch Machine