mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-20 05:52:24 +00:00
Update tgbot.go
This commit is contained in:
parent
3bcf9456a0
commit
baac430af3
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue