From 0462d797ed213353eb31e264ca9f6c266a15ec1b Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Thu, 30 Apr 2020 21:56:23 -0800 Subject: [PATCH] Remove message about closing bot --- djpianalto.com/goff/goff.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djpianalto.com/goff/goff.go b/djpianalto.com/goff/goff.go index 7f13845..c394748 100644 --- a/djpianalto.com/goff/goff.go +++ b/djpianalto.com/goff/goff.go @@ -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