diff --git a/bot.go b/bot.go index 9118d41..a72d468 100644 --- a/bot.go +++ b/bot.go @@ -1157,7 +1157,7 @@ func botGetStash(m *ChatWarsMessage, r *regexp.Regexp) { MsgID64: m.ID64, ChatID64: m.ChatID64, ClientCount: 0, - Stash: make(map[int64]int64) + Stash: make(map[int64]int64), } busy := time.Now().UTC()