Update market.go
This commit is contained in:
parent
93fe4fd479
commit
6309b131fb
@ -140,7 +140,6 @@ func HandleCommand(update tg.Update, bot *tg.BotAPI) {
|
|||||||
update.Message.Chat.ID,
|
update.Message.Chat.ID,
|
||||||
tg.FileBytes{Name: "cards", Bytes: buf.Bytes()},
|
tg.FileBytes{Name: "cards", Bytes: buf.Bytes()},
|
||||||
)
|
)
|
||||||
fmt.Println(Buttons(buttons))
|
|
||||||
msg.ReplyMarkup = Buttons(buttons)
|
msg.ReplyMarkup = Buttons(buttons)
|
||||||
|
|
||||||
responseMsg, err := bot.Send(msg) // get response message
|
responseMsg, err := bot.Send(msg) // get response message
|
||||||
|
Loading…
Reference in New Issue
Block a user