aboutsummaryrefslogtreecommitdiff
path: root/bin/bot.ml
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2019-01-29 13:27:18 -0700
committerAdelyn Breelove <[email protected]>2019-01-29 13:27:18 -0700
commit193cd616263306c5ac21dc8b93dfd91a335a0c8b (patch)
tree0d6d14661f2ae869d8dc87babf2a01d99b73f003 /bin/bot.ml
parentAdd client options (diff)
downloaddisml-193cd616263306c5ac21dc8b93dfd91a335a0c8b.tar.xz
disml-193cd616263306c5ac21dc8b93dfd91a335a0c8b.zip
Compression!!!
Diffstat (limited to 'bin/bot.ml')
-rw-r--r--bin/bot.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bot.ml b/bin/bot.ml
index f22c363..0a832ea 100644
--- a/bin/bot.ml
+++ b/bin/bot.ml
@@ -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