Format
All checks were successful
ci / deploy (push) Successful in 3m41s
ci-build / build (1.24) (push) Successful in 9m41s

This commit is contained in:
2026-04-16 14:39:48 +02:00
parent bb3e174fb8
commit 1fe091cad7
2 changed files with 7 additions and 7 deletions

2
bot.go
View File

@@ -84,7 +84,7 @@ func main() {
// Cite command
b.Handle("/cite", func(m *tb.Message) {
quotes, err := index.Search(m.Text)
if err != nil || len(quotes) == 0{
if err != nil || len(quotes) == 0 {
b.Send(m.Chat, "Pas de citation trouvée")
return
}