aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMishio595 <[email protected]>2018-11-13 18:05:44 -0700
committerMishio595 <[email protected]>2018-11-13 18:05:44 -0700
commit22a83fa752155f9d8499930b8b57d25cb837d263 (patch)
tree5dd49c96f4777bfd7b6f616464aa0555c733c425 /bin
parentInitial multi-shard support (diff)
downloaddisml-22a83fa752155f9d8499930b8b57d25cb837d263.tar.xz
disml-22a83fa752155f9d8499930b8b57d25cb837d263.zip
Completed multi-sharding
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 7b8e67a..962948e 100644
--- a/bin/bot.ml
+++ b/bin/bot.ml
@@ -9,7 +9,7 @@ let main sharder =
end
let _ =
- Animus.Sharder.start @@ Sys.getenv "DISCORD_TOKEN"
+ Animus.Sharder.start ~count:2 @@ Sys.getenv "DISCORD_TOKEN"
>>= (fun sharder ->
main sharder
|> ignore;