Skip to content

Commit

Permalink
fix: update bot lobby ids
Browse files Browse the repository at this point in the history
  • Loading branch information
iholston committed Oct 13, 2024
1 parent 9664744 commit 143aaa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lolbot/view/bot_tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ def __init__(self, message_queue: multiprocessing.Queue, terminate: threading.Ev
'Blind Pick': 430,
'Ranked Flex': 440,
'ARAM': 450,
'Intro Bots': 830,
'Beginner Bots': 840,
'Intermediate Bots': 850,
'Intro Bots': 870,
'Beginner Bots': 880,
'Intermediate Bots': 890,
'Normal TFT': 1090,
'Ranked TFT': 1100,
'Hyper Roll TFT': 1130,
Expand Down

0 comments on commit 143aaa9

Please sign in to comment.