diff options
| -rw-r--r-- | bin/commands.ml | 1 |
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 |