add "how to make a bot" to the F.A.Q.

pull/10052/head
Thibault Duplessis 2021-10-29 09:45:45 +02:00
parent f79dd829ea
commit f9e850fd71
1 changed files with 13 additions and 0 deletions

View File

@ -343,6 +343,19 @@ object faq {
p(
lichessCanOptionnalySendPopUps()
)
),
question(
"make-a-bot",
"Make a Lichess bot?",
p(
"To learn how to create a ",
a(href := "https://lichess.org/blog/WvDNticAAMu_mHKP/welcome-lichess-bots")("Lichess bot"),
", please read ",
a(href := "https://lichess.org/@/thibault/blog/how-to-create-a-lichess-bot/FuKyvDuB")(
"this blog post"
),
"."
)
)
)
}