@@ -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
}
The note is not visible to the blocked user.