From 65e2cc4175c4ba6c6a02ba46fdd43229522d8347 Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 19 Jun 2020 21:44:29 +0200 Subject: [PATCH] fix --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.go b/bot.go index 82cb0bb..c088b25 100644 --- a/bot.go +++ b/bot.go @@ -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 )