This commit is contained in:
shoopea 2020-06-29 12:52:30 +02:00
parent b90faf0ad0
commit fe1b63a71d

1
bot.go
View File

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