This commit is contained in:
shoopea 2019-05-04 00:01:49 +08:00
parent 385be7f14c
commit 47691bc92b

View File

@ -105,7 +105,7 @@ func main() {
ownUserID64 = int64(OwnUserID(client)) ownUserID64 = int64(OwnUserID(client))
if *history { if *history {
getHistory(client) go getHistory(client)
} }
go ListenCW(client) go ListenCW(client)