diff --git a/main.go b/main.go index ee22d2e..8e5fc7f 100644 --- a/main.go +++ b/main.go @@ -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)