[tgBot] TG bot command to get client info by user (#110)

* [tgBot] TG bot command to get client info by user

* remove test log warning
This commit is contained in:
Hossin Asaadi
2022-11-22 16:49:30 +03:30
committed by GitHub
parent 4421fec506
commit ad7b9544d6
3 changed files with 143 additions and 0 deletions

View File

@@ -328,6 +328,8 @@ func (s *Server) startTask() {
logger.Warning("Add NewStatsNotifyJob error", err)
return
}
// listen for TG bot income messages
go job.NewStatsNotifyJob().OnReceive()
} else {
s.cron.Remove(entry)
}