diff --git a/main.go b/main.go index bc2128b..08e808a 100644 --- a/main.go +++ b/main.go @@ -127,5 +127,7 @@ func main() { h = httpHelpers.GzipHandler(h) h = httpHelpers.NewHTTPLogHandler(h) + log.Info("Bot setup done, bot is now running") + http.ListenAndServe(cfg.Listen, h) }