diff --git a/cmd/app/main.go b/cmd/app/main.go index 35b1570..5decca3 100644 --- a/cmd/app/main.go +++ b/cmd/app/main.go @@ -154,7 +154,6 @@ func handleCallbackQuery(bc BotController, update tgbotapi.Update) { user := bc.GetUser(update.CallbackQuery.From.ID) if update.CallbackQuery.Data == "more_info" { - sendMessage(bc, update.FromChat().ID, bc.GetBotContent("more_info_text")) msg := tgbotapi.NewMessage(update.FromChat().ID, bc.GetBotContent("more_info_text")) var entities []tgbotapi.MessageEntity meta, _ := bc.GetBotContentMetadata("more_info_text")