aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2019-01-21 12:32:37 -0700
committerAdelyn Breelove <[email protected]>2019-01-21 12:32:37 -0700
commit5b728870c2b1475e4d9a30f43400c2ee5653c8d4 (patch)
tree6777234202c71ee409f57e0fd1f9abd2c74a3214 /bin
parentMore signature improvements (diff)
downloaddisml-5b728870c2b1475e4d9a30f43400c2ee5653c8d4.tar.xz
disml-5b728870c2b1475e4d9a30f43400c2ee5653c8d4.zip
Fix sharding logic
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 bb226d5..1aae20b 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 ~count:5 token
+ Client.start token
>>> ignore
let _ =