missing letter
This commit is contained in:
parent
08015a8629
commit
9f1e6d3b0e
2 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
1
help.txt
1
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue