Skip to content

Commit

Permalink
fix: Use space
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Dec 19, 2024
1 parent 9b2b8d6 commit 2deb509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guide/additional-info/updating-from-v14.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Make sure you're using the latest LTS version of Node. To check your Node versio

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

#### Shard error event
#### Shard error event

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

Expand Down Expand Up @@ -63,7 +63,7 @@ The underlying WebSocket behaviour has changed. In version 14, this was a non-br

Removed `ClientOptions#shards` and `ClientOptions#shardCount` in favor of `ClientOptions#ws#shardIds` and `ClientOptions#ws#shardCount`.

### ClientUser
### ClientUser

`ClientUser#setPresence()` now returns a promise which resolves when the gateway call was sent successfully.

Expand Down

0 comments on commit 2deb509

Please sign in to comment.