@@ -37,15 +37,15 @@ async def leaderboards_loop():
37
37
if turn == 0 :
38
38
await clan_console_mix_1v1_and_2v2_and_rotating_elo_list (await load_clan_v2 (ServerIDs .PANDATION ), bot )
39
39
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 )
41
41
elif turn == 2 :
42
42
await clan_console_mix_1v1_and_2v2_elo_list (await load_clan_v2 (ServerIDs .FROST ), bot )
43
43
elif turn == 3 :
44
44
await server_1v1_and_2v2_and_rotating_elo_list (await load_server_v2 (ServerIDs .M30W ), bot )
45
45
elif turn == 4 :
46
46
await clan_console_mix_1v1_and_2v2_and_rotating_elo_list (await load_clan_v2 (ServerIDs .TEWS ), bot )
47
47
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 )
49
49
elif turn == 6 :
50
50
await server_1v1_and_2v2_and_rotating_elo_list (await load_server_v2 (ServerIDs .BHNL ), bot )
51
51
elif turn == 7 :
@@ -56,9 +56,11 @@ async def leaderboards_loop():
56
56
await clan_console_mix_1v1_and_2v2_elo_list (await load_clan_v2 (ServerIDs .AURA ), bot )
57
57
elif turn == 10 :
58
58
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 )
59
61
# Test Clan
60
62
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 )
62
64
prev_turn
63
65
elif turn == 420 :
64
66
await server_1v1_and_2v2_and_rotating_elo_list (await load_server_v2 (ServerIDs .TEST_SERVER ), bot )
0 commit comments