This commit is contained in:
shoopea 2019-05-04 00:12:14 +08:00
parent fcc5ecfdd7
commit 3a9480821f

View File

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