From 94b63e283d0695d88b8e14fcbe7e31f3370f49a6 Mon Sep 17 00:00:00 2001 From: sepidezare <52865103+sepidezare@users.noreply.github.com> Date: Sat, 29 Apr 2023 04:29:54 +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 90bfe90f..708b004c 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("حجم", "client_traffic"), + tgbotapi.NewInlineKeyboardButtonData(f"{used} :میزان مصرف⏳", "client_traffic"), tgbotapi.NewInlineKeyboardButtonData("دستور", "client_commands"), ), )