Update tgbot.go

This commit is contained in:
Peyman 2023-05-21 12:58:21 +03:30 committed by GitHub
parent 72e4c7a064
commit 5e94c02538
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -409,7 +409,6 @@ func (t *Tgbot) asnwerCallback(callbackQuery *telego.CallbackQuery, isAdmin bool
t.SendMsgToTgbot(chatId, result.String())
}
func (t *Tgbot) getIPsForDomains(domainList []string) string {
var result strings.Builder
for _, domain := range domainList {