diff --git a/main.go b/main.go index 1c0fce0..1be5be4 100644 --- a/main.go +++ b/main.go @@ -113,8 +113,7 @@ func main() { if *history { fmt.Printf("Retrieving chat.\n") - getHistory(client) - return + go getHistory(client) } fmt.Println("Started !")