1
0
mirror of synced 2025-02-15 11:43:18 +03:00

11 lines
136 B
Go
Raw Normal View History

2023-12-28 19:32:03 +03:00
package main
func main() {
LoadConfig("config.json")
RegisterSystem()
InitTGBotAPI()
SetTGWebhook()
RegisterChannel()
Listen()
}