Torom / BotLi

Lichess Bot
GNU Affero General Public License v3.0
46 stars 82 forks source link

Matchmaking #98

Closed EmptikBest closed 1 year ago

EmptikBest commented 1 year ago

Is there any way so that my bot will challenge another specific bot more times than other bots. For example, out of 10 games, it will challenge a specific bot 7 times but random bots 3 times. I want to do this because I want my two bots @EmptikBot and @EmptikVariantsBot to play against each other more often

Torom commented 1 year ago

No, there is no such function. But you can create any number of challenges manually: create COUNT USERNAME [INITIAL_TIME] [INCREMENT] [RATED] [VARIANT]

EmptikBest commented 1 year ago

So will all of them be sent at once?

EmptikBest commented 1 year ago

Also, is there any way for the bot to send a rematch automatically after a game is finished?

Torom commented 1 year ago

So will all of them be sent at once?

Of course not, they are sent one after the other.

Also, is there any way for the bot to send a rematch automatically after a game is finished?

No.

EmptikBest commented 1 year ago

Sorry for all the questions, but I mean like will the other challenge be sent after the first game has ended? Won't it just expire?

EmptikBest commented 1 year ago

Also, what do I put in place of [RATED]? I tried saying 'Rated' and 'Yes' but they both sent causal

Torom commented 1 year ago

Sorry for all the questions, but I mean like will the other challenge be sent after the first game has ended? Won't it just expire?

The next challenge is send directly after the game before ends.

Also, what do I put in place of [RATED]? I tried saying 'Rated' and 'Yes' but they both sent causal

true / false

EmptikBest commented 1 year ago

Thank you very much