From a7633c89a133c97a5e6f1685fd8f45da2738b39b Mon Sep 17 00:00:00 2001 From: jalpp pan Date: Mon, 8 Jan 2024 19:14:29 +0000 Subject: [PATCH] add fix --- doc/specs/lichess-api.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/specs/lichess-api.yaml b/doc/specs/lichess-api.yaml index b635e8d..becc366 100644 --- a/doc/specs/lichess-api.yaml +++ b/doc/specs/lichess-api.yaml @@ -157,6 +157,8 @@ tags: \n### Restrictions\n\ \ - Bots can only play challenge games: pools and tournaments are off-limits\n\ \ - Bots cannot play UltraBullet (¼+0) because it requires making too many requests. But 0+1 and ½+0 are allowed.\n\ + \ - Bots must follow [Lichess TOS](https://lichess.org/terms-of-service) specifically Sandbagging, Constant Aborting, Boosting, etc\n\ + \ - Bot devs are advised to make their Bots play casual only when testing their Bots logic and to avoid breaking Lichess TOS.\n\ \n### Integrations\n\ \ - [Python3 lichess-bot](https://github.com/lichess-bot-devs/lichess-bot) (official)\n\ \ - [Python3 lichess UCI bot](https://github.com/Torom/BotLi)\n\