diff --git a/main.go b/main.go index ca9a97a8..8627f06d 100644 --- a/main.go +++ b/main.go @@ -134,7 +134,7 @@ func init() { version.Version = Version log.Printf("Starting Discord Bot: %s (%s)\n", version.Release, Version) // For the daemon Log - fmt.Printf("Starting Discord Bot: %s (%s)\n", version.Release, Version) + fmt.Printf("Starting Discord Bot: %s (%s) at %s\n", version.Release, Version, time.Now().Format(time.RFC3339)) // Read application parameters flag.Parse()