package main import "jinx/pkg/bot" func main() { err := bot.Start() if err != nil { panic(err) } }