From 9f1e6d3b0e5b07492d741b3f7c79be6b021c7046 Mon Sep 17 00:00:00 2001 From: Pawel Orzech Date: Thu, 8 Aug 2019 12:20:15 +0100 Subject: [PATCH] missing letter --- commands.py | 2 +- help.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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