Update tgbot.go

This commit is contained in:
ISSEI 2023-03-28 08:43:36 +03:30 committed by GitHub
parent 3bcf9456a0
commit baac430af3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -371,7 +371,7 @@ func (t *Tgbot) getClientUsage(chatId int64, tgUserName string) {
return return
} }
if len(traffics) == 0 { if len(traffics) == 0 {
msg := "Your configuration is not found!\nPlease ask your Admin to use your telegram username in your configuration(s).\n\nYour username: <b>@" + tgUserName + "</b>" msg := "کاربری با نام کاربری شما پیدا نشد/nلطفا از پشتیبانی درخواست نمایدد/n/nنام کاربری شما : <b>@" + tgUserName + "</b>"
t.SendMsgToTgbot(chatId, msg) t.SendMsgToTgbot(chatId, msg)
} }
for _, traffic := range traffics { for _, traffic := range traffics {