1
0
mirror of synced 2025-02-12 10:19:25 +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()
}