diff --git a/web/service/tgbot.go b/web/service/tgbot.go index 708b004c..3de8ad48 100644 --- a/web/service/tgbot.go +++ b/web/service/tgbot.go @@ -198,7 +198,7 @@ func (t *Tgbot) SendAnswer(chatId int64, msg string, isAdmin bool) { ) var numericKeyboardClient = tgbotapi.NewInlineKeyboardMarkup( tgbotapi.NewInlineKeyboardRow( - tgbotapi.NewInlineKeyboardButtonData(f"{used} :میزان مصرف⏳", "client_traffic"), + tgbotapi.NewInlineKeyboardButtonData("میزان مصرف⏳", "client_traffic"), tgbotapi.NewInlineKeyboardButtonData("دستور", "client_commands"), ), )