DorskFR / LeaguePyBot

A Python computer vision bot for League Of Legends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Match

gamergoiano opened this issue · comments

After the end of the coop match, the bot start custom game, how fix it?
I want to play over and over against coop

woops, never saw your message, sorry.

you should adapt the main.py script:

await bot.client.chain_game_at_eog(
    coros=[cg.create_custom_game, cg.fill_with_bots, cg.start_champ_selection]
)

changing the coros parameter to what you want, ex:

coros=[cg.create_coop_game, cg.start_matchmaking]