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 1aae20b..bb226d5 100644
--- a/bin/bot.ml
+++ b/bin/bot.ml
@@ -59,7 +59,7 @@ let main () =
| Some t -> t
| None -> failwith "No token in env"
in
- Client.start token
+ Client.start ~count:5 token
>>> ignore
let _ =