diff --git a/app/app.go b/app/app.go index 8f714ad..662b105 100644 --- a/app/app.go +++ b/app/app.go @@ -31,7 +31,7 @@ func Init() { sc := make(chan os.Signal, 1) signal.Notify(sc, syscall.SIGINT, syscall.SIGTERM, os.Interrupt, os.Kill) <-sc - + fmt.Println("shutting down") // Cleanly close down the Discord session. sess.Close() }