From 2d1c99bb6c397a85ab9b36d876ed6258f2eeac8f Mon Sep 17 00:00:00 2001 From: shoopea Date: Wed, 5 Feb 2020 18:36:50 +0800 Subject: [PATCH] test --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()