From 6545c2d1e98c8ffce11f8c7a1ff6e66df0ad1f5f Mon Sep 17 00:00:00 2001 From: shoopea Date: Sat, 4 May 2019 11:54:21 +0800 Subject: [PATCH] test --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 !")