From 15d18c160e2e0d30f49232e8272b2265cfea82f4 Mon Sep 17 00:00:00 2001 From: Adelyn Breelove Date: Wed, 13 Feb 2019 11:00:04 -0700 Subject: Update test bot --- bin/commands.ml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3