From 143aaa9fb7d99c2151c7491241703c0c24ff8da0 Mon Sep 17 00:00:00 2001 From: Isaac Holston <32341824+iholston@users.noreply.github.com> Date: Sun, 13 Oct 2024 12:12:50 -0400 Subject: [PATCH] fix: update bot lobby ids --- lolbot/view/bot_tab.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lolbot/view/bot_tab.py b/lolbot/view/bot_tab.py index b4a7f06..b2dbdc6 100644 --- a/lolbot/view/bot_tab.py +++ b/lolbot/view/bot_tab.py @@ -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,