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