From 4671ff2c4a6bd0f2299a7d467fd93ad323650479 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Fri, 24 May 2024 17:41:14 +0100 Subject: [PATCH] Link to manual sharding docs from intro under :manual sharding option --- guides/intro/intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/intro/intro.md b/guides/intro/intro.md index 5b25b3a26..6c53e8b01 100644 --- a/guides/intro/intro.md +++ b/guides/intro/intro.md @@ -45,8 +45,8 @@ Apart from the `token` field mentioned above, the following fields are also supp should contain the total amount of shards that your bot is expected to have. Useful for splitting a single bot across multiple servers, but see also [the multi-node documentation](../advanced/multi_node.md). - - `:manual`: nostrum does not automatically spawn shards. You should use - `Nostrum.Shard.Supervisor.connect/2` to spawn shards instead. + - `:manual`: nostrum does not automatically spawn shards. See the [Manual + Sharding](../advanced/manual_sharding.md) guide for more information. - `gateway_intents` - a list of atoms representing gateway intents for Nostrum to subscribe to from the Discord API. More information can be found in the [gateway intents](./gateway_intents.md) documentation page.