diff --git a/main.go b/main.go index a1365fe..b2922aa 100644 --- a/main.go +++ b/main.go @@ -114,7 +114,7 @@ func main() { u := tb.User{ ID: int(cfg.Bot.Admin), } - bot.Send(&u, "Bot restarted") + bot.Send(&u, fmt.Sprintf("Bot restarted (%s)", githash)) cr = startCron()