11 lines
136 B
Go
11 lines
136 B
Go
package main
|
|
|
|
func main() {
|
|
LoadConfig("config.json")
|
|
RegisterSystem()
|
|
InitTGBotAPI()
|
|
SetTGWebhook()
|
|
RegisterChannel()
|
|
Listen()
|
|
}
|