Update tgbot.go

This commit is contained in:
ISSEI 2023-03-28 09:11:52 +03:30 committed by GitHub
parent 4c259ef74c
commit 6c1d5d9017
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 := "کاربری با نام کاربری شما پیدا نشد/nلطفا از پشتیبانی درخواست نمایدد/n/ام کاربری شما : <b>@" + tgUserName + "</b>" msg := "کاربری با نام کاربری شما پیدا نشد\nلطفا از پشتیبانی درخواست نمایدد\n\ام کاربری شما : <b>@" + tgUserName + "</b>"
t.SendMsgToTgbot(chatId, msg) t.SendMsgToTgbot(chatId, msg)
} }
for _, traffic := range traffics { for _, traffic := range traffics {