Skip to content

Commit 152a4d3

Browse files
Change Clans
1 parent e1ce6fc commit 152a4d3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

main.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ async def leaderboards_loop():
3737
if turn == 0:
3838
await clan_console_mix_1v1_and_2v2_and_rotating_elo_list(await load_clan_v2(ServerIDs.PANDATION), bot)
3939
elif turn == 1:
40-
await clan_console_mix_1v1_and_2v2_elo_list(await load_clan_v2(ServerIDs.VCNTY), bot)
40+
await server_1v1_and_2v2_and_rotating_elo_list(await load_server_v2(ServerIDs.LEGION), bot)
4141
elif turn == 2:
4242
await clan_console_mix_1v1_and_2v2_elo_list(await load_clan_v2(ServerIDs.FROST), bot)
4343
elif turn == 3:
4444
await server_1v1_and_2v2_and_rotating_elo_list(await load_server_v2(ServerIDs.M30W), bot)
4545
elif turn == 4:
4646
await clan_console_mix_1v1_and_2v2_and_rotating_elo_list(await load_clan_v2(ServerIDs.TEWS), bot)
4747
elif turn == 5:
48-
await clan_console_mix_1v1_elo_list(await load_clan_v2(ServerIDs.EMPIRE_UNITED), bot)
48+
await clan_console_mix_1v1_and_2v2_elo_list(await load_clan_v2(ServerIDs.CLIENT), bot)
4949
elif turn == 6:
5050
await server_1v1_and_2v2_and_rotating_elo_list(await load_server_v2(ServerIDs.BHNL), bot)
5151
elif turn == 7:
@@ -56,9 +56,11 @@ async def leaderboards_loop():
5656
await clan_console_mix_1v1_and_2v2_elo_list(await load_clan_v2(ServerIDs.AURA), bot)
5757
elif turn == 10:
5858
await clan_console_mix_1v1_and_2v2_elo_list(await load_clan_v2(ServerIDs.EISEN), bot)
59+
elif turn == 11:
60+
await clan_console_mix_1v1_and_2v2_elo_list(await load_clan_v2(ServerIDs.HAMM3R), bot)
5961
# Test Clan
6062
elif turn == 69:
61-
await clan_console_mix_1v1_and_2v2_and_rotating_elo_list(await load_clan_v2(ServerIDs.TEST_SERVER), bot, x=1)
63+
await clan_console_mix_1v1_elo_list(await load_clan_v2(ServerIDs.TEST_SERVER), bot, x=1)
6264
prev_turn
6365
elif turn == 420:
6466
await server_1v1_and_2v2_and_rotating_elo_list(await load_server_v2(ServerIDs.TEST_SERVER), bot)

0 commit comments

Comments
 (0)