update
This commit is contained in:
parent
fe1b63a71d
commit
4f8b4cb52b
2
bot.go
2
bot.go
@ -1157,7 +1157,7 @@ func botGetStash(m *ChatWarsMessage, r *regexp.Regexp) {
|
|||||||
MsgID64: m.ID64,
|
MsgID64: m.ID64,
|
||||||
ChatID64: m.ChatID64,
|
ChatID64: m.ChatID64,
|
||||||
ClientCount: 0,
|
ClientCount: 0,
|
||||||
Stash: make(map[int64]int64)
|
Stash: make(map[int64]int64),
|
||||||
}
|
}
|
||||||
|
|
||||||
busy := time.Now().UTC()
|
busy := time.Now().UTC()
|
||||||
|
Loading…
Reference in New Issue
Block a user