From 2deb509c23c5e310e7a5b3c7e8c96ea59c218d60 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Thu, 19 Dec 2024 00:19:00 +0000 Subject: [PATCH] fix: Use space --- guide/additional-info/updating-from-v14.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/additional-info/updating-from-v14.md b/guide/additional-info/updating-from-v14.md index 93f2c84df..db72f31ce 100644 --- a/guide/additional-info/updating-from-v14.md +++ b/guide/additional-info/updating-from-v14.md @@ -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. @@ -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.