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, }