mirror of
https://github.com/Luzifer/discord-community.git
synced 2024-11-09 15:40:03 +00:00
Fix: Log version of bot currently started
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
bd46a37bea
commit
09054962f8
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -135,7 +135,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")
|
log.WithField("version", version).Info("Bot setup done, bot is now running")
|
||||||
|
|
||||||
http.ListenAndServe(cfg.Listen, h)
|
http.ListenAndServe(cfg.Listen, h)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue