From 4c73649438bece0f52af914e9a0aabc350425aee Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 14 Feb 2020 11:29:42 +0800 Subject: [PATCH] update ETA for shops --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.go b/bot.go index f35c779..068160c 100644 --- a/bot.go +++ b/bot.go @@ -799,7 +799,7 @@ func botShops(m *ChatWarsMessage) { c := TGCommand{ Type: commandReplyMsg, - Text: "Shops coming", + Text: fmt.Sprintf("Shops coming (ETA : %ds)", ((len(cfg.Bot.Shops)/len(clts))-1)*4), FromMsgID64: m.ID64, FromChatID64: m.ChatID64, }