Added basic i18n
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package tg
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
tgbotapi "github.com/go-telegram-bot-api/telegram-bot-api/v5"
|
||||
query "github.com/tgckpg/golifehk/query"
|
||||
)
|
||||
@@ -56,7 +55,6 @@ func BotSend(bot *tgbotapi.BotAPI, update *tgbotapi.Update, qResult query.IQuery
|
||||
for _, cell := range row {
|
||||
button := tgbotapi.NewInlineKeyboardButtonData(cell.Name, cell.Value)
|
||||
buttons = append(buttons, button)
|
||||
fmt.Println(cell)
|
||||
}
|
||||
buttonRows = append(buttonRows, buttons)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user