diff --git a/bot.go b/bot.go index 9d73943..9118d41 100644 --- a/bot.go +++ b/bot.go @@ -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()