From 715026fd17d21ce114bfda768d81031904cd33ad Mon Sep 17 00:00:00 2001 From: shoopea Date: Tue, 14 Jan 2020 14:30:25 +0800 Subject: [PATCH] test --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.go b/bot.go index 3a04ed6..1d961f2 100644 --- a/bot.go +++ b/bot.go @@ -957,7 +957,7 @@ func botGWithdraw(m *tb.Message) { TGCmdQueue <- c return } - // userID64 := clt.TGUserID64 + userID64 := clt.TGUserID64 clt.Mux.Unlock() r := regexp.MustCompile("^(( )*[a-z0-9]+ [0-9]+( )*)+$")