aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/bot.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bot.ml b/bin/bot.ml
index 693bc57..734cf74 100644
--- a/bin/bot.ml
+++ b/bin/bot.ml
@@ -113,7 +113,7 @@ let main () =
| None -> failwith "No token in env"
in
(* Start client with no special options *)
- Client.start token
+ Client.start ~large:250 ~compress:true token
(* Fill that ivar once its done *)
>>> Ivar.fill client