Remove message about closing bot
This commit is contained in:
parent
79504715fb
commit
0462d797ed
@ -78,7 +78,7 @@ func main() {
|
||||
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)
|
||||
signal.Notify(sc, syscall.SIGINT, syscall.SIGTERM, os.Interrupt, os.Kill)
|
||||
<-sc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user