mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-23 11:26:52 +00:00
Update tgbot.go
This commit is contained in:
parent
f49ea3ae1f
commit
476f613815
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ func (t *Tgbot) getClientUsage(chatId int64, tgUserName string) {
|
||||||
total = common.FormatTraffic((traffic.Total))
|
total = common.FormatTraffic((traffic.Total))
|
||||||
}
|
}
|
||||||
Enable := ""
|
Enable := ""
|
||||||
if traffic.Enable == "true"{
|
if traffic.Enable == true{
|
||||||
Enable = "بله"
|
Enable = "بله"
|
||||||
} else {
|
} else {
|
||||||
Enable = "خیر"
|
Enable = "خیر"
|
||||||
|
|
Loading…
Reference in a new issue