mirror of
https://github.com/Luzifer/discord-community.git
synced 2024-11-09 15:40:03 +00:00
Fix: Log setup finish to give user a clue the bot is ready
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
ab2e77a9b5
commit
b47bbdfd14
1 changed files with 2 additions and 0 deletions
2
main.go
2
main.go
|
@ -127,5 +127,7 @@ func main() {
|
||||||
h = httpHelpers.GzipHandler(h)
|
h = httpHelpers.GzipHandler(h)
|
||||||
h = httpHelpers.NewHTTPLogHandler(h)
|
h = httpHelpers.NewHTTPLogHandler(h)
|
||||||
|
|
||||||
|
log.Info("Bot setup done, bot is now running")
|
||||||
|
|
||||||
http.ListenAndServe(cfg.Listen, h)
|
http.ListenAndServe(cfg.Listen, h)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue