From 1412f0d60b80b9c173f3c2d6a2924e442635400d Mon Sep 17 00:00:00 2001 From: Peyman <118217228+Ptechgithub@users.noreply.github.com> Date: Sat, 20 May 2023 22:21:26 -0700 Subject: [PATCH] Farsi --- tgbot.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tgbot.go b/tgbot.go index b09c7de7..2d7ef998 100644 --- a/tgbot.go +++ b/tgbot.go @@ -440,15 +440,6 @@ func (t *Tgbot) SendAnswer(chatId int64, msg string, isAdmin bool) { tu.InlineKeyboardButton("آی پی سالم").WithCallbackData("get_ips"), ), ) - numericKeyboardClient := tu.InlineKeyboard( - tu.InlineKeyboardRow( - tu.InlineKeyboardButton("🤳 گزارش مصرف").WithCallbackData("client_traffic"), - tu.InlineKeyboardButton("👩‍💻 دستورات").WithCallbackData("client_commands"), - ), - tu.InlineKeyboardRow( - tu.InlineKeyboardButton("آی پی سالم").WithCallbackData("get_ips"), - ), - ) params := telego.SendMessageParams{ ChatID: tu.ID(chatId), Text: msg,