This commit is contained in:
shoopea 2020-06-19 21:44:29 +02:00
parent 0314f192ea
commit 65e2cc4175

2
bot.go
View File

@ -1075,7 +1075,7 @@ func botCraftAll(m *ChatWarsMessage, r *regexp.Regexp) {
func botGetStash(m *ChatWarsMessage, r *regexp.Regexp) {
var (
userID64 uint64 = 0
userID64 int64 = 0
userBusyUntil time.Time
)