@ -32,6 +32,7 @@ func main() {
return
}
go level.ScheduleUpdates(dg)
fmt.Println("Bot is online!")
sc := make(chan os.Signal, 1)
signal.Notify(sc, syscall.SIGINT, syscall.SIGTERM, os.Interrupt, os.Kill)