diff options
| author | Adelyn Breelove <[email protected]> | 2019-01-29 13:27:18 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-01-29 13:27:18 -0700 |
| commit | 193cd616263306c5ac21dc8b93dfd91a335a0c8b (patch) | |
| tree | 0d6d14661f2ae869d8dc87babf2a01d99b73f003 /bin/bot.ml | |
| parent | Add client options (diff) | |
| download | disml-193cd616263306c5ac21dc8b93dfd91a335a0c8b.tar.xz disml-193cd616263306c5ac21dc8b93dfd91a335a0c8b.zip | |
Compression!!!
Diffstat (limited to 'bin/bot.ml')
| -rw-r--r-- | bin/bot.ml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ let main () = | Some t -> t
| None -> failwith "No token in env"
in
- Client.start token
+ Client.start ~compress:true token
>>> fun c ->
Ivar.fill client c
|