Update market.go

This commit is contained in:
XoxJlopeZi4BB 2024-12-27 19:55:35 +04:00
parent 93fe4fd479
commit 6309b131fb

View File

@ -140,7 +140,6 @@ func HandleCommand(update tg.Update, bot *tg.BotAPI) {
update.Message.Chat.ID,
tg.FileBytes{Name: "cards", Bytes: buf.Bytes()},
)
fmt.Println(Buttons(buttons))
msg.ReplyMarkup = Buttons(buttons)
responseMsg, err := bot.Send(msg) // get response message