From 96b3bec6df8d1e233e45a3c18ea41de1cfe074c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 22:18:36 +0000 Subject: [PATCH] docs: update refs for https://github.com/DiscordLuau/discord-luau/commit/bbf646293fa5f35a41a2fb8b21c25f36d4e54632 --- discord-luau | 2 +- .../docs/classes/Network/DiscordShard.mdx | 81 ++++++++++++++++++- .../docs/classes/Network/DiscordUDP.mdx | 80 ------------------ 3 files changed, 81 insertions(+), 82 deletions(-) diff --git a/discord-luau b/discord-luau index 94f44e0..bbf6462 160000 --- a/discord-luau +++ b/discord-luau @@ -1 +1 @@ -Subproject commit 94f44e0036bfc9606ecf63bf3effa443ee0fac50 +Subproject commit bbf646293fa5f35a41a2fb8b21c25f36d4e54632 diff --git a/src/content/docs/classes/Network/DiscordShard.mdx b/src/content/docs/classes/Network/DiscordShard.mdx index 4651590..1625b08 100644 --- a/src/content/docs/classes/Network/DiscordShard.mdx +++ b/src/content/docs/classes/Network/DiscordShard.mdx @@ -24,7 +24,86 @@ This class is internal and should not be used directly by developers. ## Properties -The DiscordShard instance has no set properties! +### discordWebsocket + + +--- + +### websocketUrl + + +--- + +### reporter + + +--- + +### heartbeatTask + + +--- + +### resumeSessionId + + +--- + +### dispatchSequence + + +--- + +### heartbeatInterval + + +--- + +### heartbeatClockTime + + +--- + +### heartbeatPing + + +--- + +### identified + + +--- + +### resumeGatewayUrl + + +--- + +### heartbeatAck + + +--- + +### activeConnections + + +--- + +### onEvent + + +--- + +### onIdentified + + +--- + +### shardId + + +--- + [//]: # (----- DOCUMENT METHODS ----- ) diff --git a/src/content/docs/classes/Network/DiscordUDP.mdx b/src/content/docs/classes/Network/DiscordUDP.mdx index 240e6a5..a9211c7 100644 --- a/src/content/docs/classes/Network/DiscordUDP.mdx +++ b/src/content/docs/classes/Network/DiscordUDP.mdx @@ -74,86 +74,6 @@ This class is internal and should not be used directly by developers. --- -### discordWebsocket - - ---- - -### websocketUrl - - ---- - -### reporter - - ---- - -### heartbeatTask - - ---- - -### resumeSessionId - - ---- - -### dispatchSequence - - ---- - -### heartbeatInterval - - ---- - -### heartbeatClockTime - - ---- - -### heartbeatPing - - ---- - -### identified - - ---- - -### resumeGatewayUrl - - ---- - -### heartbeatAck - - ---- - -### activeConnections - - ---- - -### onEvent - - ---- - -### onIdentified - - ---- - -### shardId - - ---- - [//]: # (----- DOCUMENT METHODS ----- )