@@ -80,6 +80,9 @@ func run() {
text := update.Message.Text
chatID := update.Message.Chat.ID
username := update.Message.From.UserName
_ = db.AddUserInChat(chatID, username)
if strings.Contains(strings.ToLower(text), tag) {
_, _ = bot.Send(tgbot.NewMessage(chatID, allUsers))
The note is not visible to the blocked user.