From fe1b63a71db85d68dbc3842c4f4e4f91435fa6fc Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 29 Jun 2020 12:52:30 +0200 Subject: [PATCH] update --- bot.go | 1 + 1 file changed, 1 insertion(+) 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()