This commit is contained in:
shoopea 2019-05-04 11:54:21 +08:00
parent e331e61824
commit 6545c2d1e9

View File

@ -113,8 +113,7 @@ func main() {
if *history {
fmt.Printf("Retrieving chat.\n")
getHistory(client)
return
go getHistory(client)
}
fmt.Println("Started !")