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]+( )*)+$")