Skip to content

Commit

Permalink
docs: update refs for DiscordLuau/discord-luau@bbf6462
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 19, 2024
1 parent 55117ad commit 96b3bec
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 82 deletions.
2 changes: 1 addition & 1 deletion discord-luau
81 changes: 80 additions & 1 deletion src/content/docs/classes/Network/DiscordShard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

<LuaProperty name="DiscordShard.discordWebsocket" type="Network.DiscordWebsocket" />
---

### websocketUrl

<LuaProperty name="DiscordShard.websocketUrl" type="string" />
---

### reporter

<LuaProperty name="DiscordShard.reporter" type="Vendor.Console" />
---

### heartbeatTask

<LuaProperty name="DiscordShard.heartbeatTask" type="thread?" />
---

### resumeSessionId

<LuaProperty name="DiscordShard.resumeSessionId" type="string" />
---

### dispatchSequence

<LuaProperty name="DiscordShard.dispatchSequence" type="number" />
---

### heartbeatInterval

<LuaProperty name="DiscordShard.heartbeatInterval" type="number" />
---

### heartbeatClockTime

<LuaProperty name="DiscordShard.heartbeatClockTime" type="number" />
---

### heartbeatPing

<LuaProperty name="DiscordShard.heartbeatPing" type="number" />
---

### identified

<LuaProperty name="DiscordShard.identified" type="boolean?" />
---

### resumeGatewayUrl

<LuaProperty name="DiscordShard.resumeGatewayUrl" type="string" />
---

### heartbeatAck

<LuaProperty name="DiscordShard.heartbeatAck" type="boolean?" />
---

### activeConnections

<LuaProperty name="DiscordShard.activeConnections" type="{ unknown }" />
---

### onEvent

<LuaProperty name="DiscordShard.onEvent" type="Vendor.Signal<string, { [any]: any }>" />
---

### onIdentified

<LuaProperty name="DiscordShard.onIdentified" type="Vendor.Signal" />
---

### shardId

<LuaProperty name="DiscordShard.shardId" type="number" />
---


[//]: # (----- DOCUMENT METHODS ----- )

Expand Down
80 changes: 0 additions & 80 deletions src/content/docs/classes/Network/DiscordUDP.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,86 +74,6 @@ This class is internal and should not be used directly by developers.
<LuaProperty name="DiscordUDP.socketThread" type="thread?" />
---

### discordWebsocket

<LuaProperty name="DiscordUDP.discordWebsocket" type="Network.DiscordWebsocket" />
---

### websocketUrl

<LuaProperty name="DiscordUDP.websocketUrl" type="string" />
---

### reporter

<LuaProperty name="DiscordUDP.reporter" type="Vendor.Console" />
---

### heartbeatTask

<LuaProperty name="DiscordUDP.heartbeatTask" type="thread?" />
---

### resumeSessionId

<LuaProperty name="DiscordUDP.resumeSessionId" type="string" />
---

### dispatchSequence

<LuaProperty name="DiscordUDP.dispatchSequence" type="number" />
---

### heartbeatInterval

<LuaProperty name="DiscordUDP.heartbeatInterval" type="number" />
---

### heartbeatClockTime

<LuaProperty name="DiscordUDP.heartbeatClockTime" type="number" />
---

### heartbeatPing

<LuaProperty name="DiscordUDP.heartbeatPing" type="number" />
---

### identified

<LuaProperty name="DiscordUDP.identified" type="boolean?" />
---

### resumeGatewayUrl

<LuaProperty name="DiscordUDP.resumeGatewayUrl" type="string" />
---

### heartbeatAck

<LuaProperty name="DiscordUDP.heartbeatAck" type="boolean?" />
---

### activeConnections

<LuaProperty name="DiscordUDP.activeConnections" type="{ unknown }" />
---

### onEvent

<LuaProperty name="DiscordUDP.onEvent" type="Vendor.Signal<string, { [any]: any }>" />
---

### onIdentified

<LuaProperty name="DiscordUDP.onIdentified" type="Vendor.Signal" />
---

### shardId

<LuaProperty name="DiscordUDP.shardId" type="number" />
---


[//]: # (----- DOCUMENT METHODS ----- )

Expand Down

0 comments on commit 96b3bec

Please sign in to comment.