aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2019-02-13 11:00:04 -0700
committerAdelyn Breelove <[email protected]>2019-02-13 11:00:04 -0700
commit15d18c160e2e0d30f49232e8272b2265cfea82f4 (patch)
tree933461c2c51592147afe8453d95a3b22d3a4718a
parentRe-arrange and whatnot (diff)
downloaddisml-15d18c160e2e0d30f49232e8272b2265cfea82f4.tar.xz
disml-15d18c160e2e0d30f49232e8272b2265cfea82f4.zip
Update test bot
-rw-r--r--bin/commands.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/commands.ml b/bin/commands.ml
index 93cebbc..ab3a76e 100644
--- a/bin/commands.ml
+++ b/bin/commands.ml
@@ -92,6 +92,7 @@ let cache message _args =
(* Issue a shutdown to all shards. It is expected that they will restart if `?restart` is not false. *)
let shutdown _message _args =
+ let module Sharder = Gateway.Sharder in
Ivar.read client >>> fun client ->
Sharder.shutdown_all client.sharder >>> ignore