From bb3e47040c6057f97d288401f9e821241e34d13d Mon Sep 17 00:00:00 2001 From: sepidezare <52865103+sepidezare@users.noreply.github.com> Date: Sun, 30 Apr 2023 23:33:29 +0330 Subject: [PATCH] Update tgbot.go --- web/service/tgbot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), ), )