Skip to content

Commit

Permalink
doc(shard): connect/1 -> connect/2
Browse files Browse the repository at this point in the history
  • Loading branch information
tignear committed May 21, 2024
1 parent 31b2250 commit af5103e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/intro/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Apart from the `token` field mentioned above, the following fields are also supp
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/1` to spawn shards instead.
`Nostrum.Shard.Supervisor.connect/2` to spawn shards instead.
- `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 af5103e

Please sign in to comment.