Skip to content

Commit

Permalink
Link to manual sharding docs from intro under :manual sharding option
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed May 24, 2024
1 parent 0853449 commit 4671ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/intro/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4671ff2

Please sign in to comment.