This commit is contained in:
shoopea 2020-06-29 12:53:06 +02:00
parent fe1b63a71d
commit 4f8b4cb52b

2
bot.go
View File

@ -1157,7 +1157,7 @@ func botGetStash(m *ChatWarsMessage, r *regexp.Regexp) {
MsgID64: m.ID64, MsgID64: m.ID64,
ChatID64: m.ChatID64, ChatID64: m.ChatID64,
ClientCount: 0, ClientCount: 0,
Stash: make(map[int64]int64) Stash: make(map[int64]int64),
} }
busy := time.Now().UTC() busy := time.Now().UTC()