update ETA for shops

This commit is contained in:
shoopea 2020-02-14 11:29:42 +08:00
parent d47c91e62c
commit 4c73649438

2
bot.go
View File

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