mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-29 14:26:18 +00:00
Update tgbot.go
This commit is contained in:
parent
770ef39f41
commit
041bf640d1
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ func (t *Tgbot) getIPsForDomains(domainList []string) string {
|
|||
}
|
||||
return result
|
||||
}
|
||||
|
||||
}
|
||||
func checkAdmin(tgId int64) bool {
|
||||
for _, adminId := range adminIds {
|
||||
if adminId == tgId {
|
||||
|
|
Loading…
Reference in a new issue