aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2019-01-21 12:14:58 -0700
committerAdelyn Breelove <[email protected]>2019-01-21 12:14:58 -0700
commitef93c7448f6c74ec20bd7846cb324b836bb2e222 (patch)
tree5ed470e09b45279a07202ea22d62dc9ef2935724 /bin
parentFinalize signatures (diff)
downloaddisml-ef93c7448f6c74ec20bd7846cb324b836bb2e222.tar.xz
disml-ef93c7448f6c74ec20bd7846cb324b836bb2e222.zip
More signature improvements
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 _ =