Skip to content

Commit

Permalink
chore: Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Jan 16, 2025
1 parent 3e2baad commit 4d29e30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions guide/additional-info/updating-from-v14.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Make sure you're using the latest LTS version of Node. To check your Node versio

`client.on("ready")` has been removed. `"clientReady"` is the replacement. If you used `client.on(Events.ClientReady)`, you do not need to change anything.

#### Shard disonnect event
#### Shard disconnect event

`client.on("shardDisconnect")` has been removed as the WebSocket manager replaces this functionality.

Expand Down Expand Up @@ -138,7 +138,7 @@ emoji.imageURL();
### Events

- `Events.ShardError` has been removed.
- `Events.ShardReady` has been remvoved.
- `Events.ShardReady` has been removed.
- `Events.ShardReconnecting` has been removed.
- `Events.ShardResume` has been removed.
- `Events.WebhooksUpdate` now returns a string of `"webhooksUpdate"`. Previously, it returned `"webhookUpdate"`. This is to bring it in line with the name of Discord's gateway event (`WEBHOOKS_UPDATE`).
Expand Down Expand Up @@ -272,7 +272,7 @@ However, you would have already noticed that this no longer works, so this metho

### ShardClientUtil

`ShardClientUtil#ids` and `ShardClientUtil#count` hav been removed in favor of `Client#ws#getShardIds()` and `Client#ws#getShardCount()`.
`ShardClientUtil#ids` and `ShardClientUtil#count` have been removed in favor of `Client#ws#getShardIds()` and `Client#ws#getShardCount()`.

### StageInstance

Expand Down

0 comments on commit 4d29e30

Please sign in to comment.