docs: fix typo in sharding guide (#11467)

Fix a typo in sharding guide
This commit is contained in:
epochzx
2026-03-26 21:26:40 +11:00
committed by GitHub
parent 2a067216c4
commit 9ade8dcc71

View File

@@ -9,7 +9,7 @@ Before you dive into this section, please note that sharding may not be necessar
If your bot is in a total of 2,000 or more servers, then please continue with this guide. Otherwise, it may be a good idea to wait until then. If your bot is in a total of 2,000 or more servers, then please continue with this guide. Otherwise, it may be a good idea to wait until then.
<Callout> <Callout>
Sharding is only relevant if you app uses gateway events. For webhook callbacks, this is completely irrelevant! Sharding is only relevant if your app uses gateway events. For webhook callbacks, this is completely irrelevant!
</Callout> </Callout>
## How does sharding work? ## How does sharding work?