update ETA for shops
This commit is contained in:
parent
d47c91e62c
commit
4c73649438
2
bot.go
2
bot.go
@ -799,7 +799,7 @@ func botShops(m *ChatWarsMessage) {
|
|||||||
|
|
||||||
c := TGCommand{
|
c := TGCommand{
|
||||||
Type: commandReplyMsg,
|
Type: commandReplyMsg,
|
||||||
Text: "Shops coming",
|
Text: fmt.Sprintf("Shops coming (ETA : %ds)", ((len(cfg.Bot.Shops)/len(clts))-1)*4),
|
||||||
FromMsgID64: m.ID64,
|
FromMsgID64: m.ID64,
|
||||||
FromChatID64: m.ChatID64,
|
FromChatID64: m.ChatID64,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user