This commit is contained in:
shoopea 2020-01-14 14:30:25 +08:00
parent 31d1ad070e
commit 715026fd17

2
bot.go
View File

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