1
0
mirror of synced 2025-03-19 06:23:55 +03:00
2023-12-28 19:32:03 +03:00

11 lines
136 B
Go

package main
func main() {
LoadConfig("config.json")
RegisterSystem()
InitTGBotAPI()
SetTGWebhook()
RegisterChannel()
Listen()
}