mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-08-05 13:20:10 +00:00
feat: rewrite notification system and telegram interactive bot
This commit is contained in:
@@ -61,6 +61,9 @@ func LoadSingleton(bus chan<- *model.Service) (err error) {
|
||||
CronShared = NewCronClass()
|
||||
// 最后初始化 ServiceSentinel
|
||||
ServiceSentinelShared, err = NewServiceSentinel(bus)
|
||||
if err == nil {
|
||||
InitTelegramBot()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user