This commit is contained in:
shoopea 2020-02-05 18:36:50 +08:00
parent 1d656eed6c
commit 2d1c99bb6c

View File

@ -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()