Remove message about closing bot

pull/1/head
DustyP 6 years ago
parent 79504715fb
commit 0462d797ed

@ -78,7 +78,7 @@ func main() {
return return
} }
fmt.Println("The Bot is now running. Press Ctrl+C to exit.") fmt.Println("The Bot is now running.")
sc := make(chan os.Signal, 1) sc := make(chan os.Signal, 1)
signal.Notify(sc, syscall.SIGINT, syscall.SIGTERM, os.Interrupt, os.Kill) signal.Notify(sc, syscall.SIGINT, syscall.SIGTERM, os.Interrupt, os.Kill)
<-sc <-sc

Loading…
Cancel
Save