Skip to content

Commit

Permalink
chore: rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
0t4u committed Jul 20, 2024
1 parent dda7781 commit 7652556
Show file tree
Hide file tree
Showing 78 changed files with 525 additions and 413 deletions.
8 changes: 6 additions & 2 deletions src/content/docs/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ title: "shoukaku"
| Enumeration | Description |
| ------ | ------ |
| [LoadType](/api/enumerations/loadtype/) | - |
| [PlayerEventType](/api/enumerations/playereventtype/) | - |

## Classes

Expand Down Expand Up @@ -50,13 +51,13 @@ title: "shoukaku"
| [LavalinkPlayerVoiceOptions](/api/interfaces/lavalinkplayervoiceoptions/) | - |
| [LowPassSettings](/api/interfaces/lowpasssettings/) | - |
| [NodeOption](/api/interfaces/nodeoption/) | - |
| [NodeStats](/api/interfaces/nodestats/) | - |
| [NonResumableHeaders](/api/interfaces/nonresumableheaders/) | - |
| [PlayerEvent](/api/interfaces/playerevent/) | - |
| [PlayerEvents](/api/interfaces/playerevents/) | - |
| [PlayerUpdate](/api/interfaces/playerupdate/) | - |
| [Playlist](/api/interfaces/playlist/) | - |
| [PlaylistResult](/api/interfaces/playlistresult/) | - |
| [Ready](/api/interfaces/ready/) | - |
| [ResumableHeaders](/api/interfaces/resumableheaders/) | - |
| [RotationSettings](/api/interfaces/rotationsettings/) | - |
| [RoutePlanner](/api/interfaces/routeplanner/) | - |
Expand All @@ -66,6 +67,7 @@ title: "shoukaku"
| [ShoukakuEvents](/api/interfaces/shoukakuevents/) | - |
| [ShoukakuOptions](/api/interfaces/shoukakuoptions/) | - |
| [StateUpdatePartial](/api/interfaces/stateupdatepartial/) | Represents the partial payload from a stateUpdate event |
| [Stats](/api/interfaces/stats/) | - |
| [Structures](/api/interfaces/structures/) | - |
| [TimescaleSettings](/api/interfaces/timescalesettings/) | - |
| [Track](/api/interfaces/track/) | - |
Expand All @@ -86,8 +88,10 @@ title: "shoukaku"
| ------ | ------ |
| [LavalinkResponse](/api/type-aliases/lavalinkresponse/) | - |
| [NodeInfo](/api/type-aliases/nodeinfo/) | - |
| [NodeInfoGit](/api/type-aliases/nodeinfogit/) | - |
| [NodeInfoPlugin](/api/type-aliases/nodeinfoplugin/) | - |
| [NodeInfoVersion](/api/type-aliases/nodeinfoversion/) | - |
| [PlayOptions](/api/type-aliases/playoptions/) | - |
| [PlayerEventType](/api/type-aliases/playereventtype/) | - |
| [ResumeOptions](/api/type-aliases/resumeoptions/) | - |
| [Severity](/api/type-aliases/severity/) | - |
| [TrackEndReason](/api/type-aliases/trackendreason/) | - |
Expand Down
30 changes: 15 additions & 15 deletions src/content/docs/api/classes/Connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ new Connection(manager: Shoukaku, options: VoiceChannelOptions): Connection

#### Defined in

[guild/Connection.ts:86](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/guild/Connection.ts#L86)
[guild/Connection.ts:86](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/guild/Connection.ts#L86)

## Properties

Expand All @@ -54,7 +54,7 @@ VoiceChannelId of the connection that is being managed by this instance

#### Defined in

[guild/Connection.ts:39](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/guild/Connection.ts#L39)
[guild/Connection.ts:39](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/guild/Connection.ts#L39)

***

Expand All @@ -70,7 +70,7 @@ Deafen status in connected voice channel

#### Defined in

[guild/Connection.ts:52](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/guild/Connection.ts#L52)
[guild/Connection.ts:52](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/guild/Connection.ts#L52)

***

Expand All @@ -86,7 +86,7 @@ GuildId of the connection that is being managed by this instance

#### Defined in

[guild/Connection.ts:35](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/guild/Connection.ts#L35)
[guild/Connection.ts:35](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/guild/Connection.ts#L35)

***

Expand All @@ -102,7 +102,7 @@ Id of the voice channel where this instance was connected before the current cha

#### Defined in

[guild/Connection.ts:56](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/guild/Connection.ts#L56)
[guild/Connection.ts:56](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/guild/Connection.ts#L56)

***

Expand All @@ -118,7 +118,7 @@ Last region of the connected voice channel

#### Defined in

[guild/Connection.ts:68](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/guild/Connection.ts#L68)
[guild/Connection.ts:68](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/guild/Connection.ts#L68)

***

Expand All @@ -134,7 +134,7 @@ The manager where this connection is on

#### Defined in

[guild/Connection.ts:31](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/guild/Connection.ts#L31)
[guild/Connection.ts:31](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/guild/Connection.ts#L31)

***

Expand All @@ -150,7 +150,7 @@ Mute status in connected voice channel

#### Defined in

[guild/Connection.ts:48](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/guild/Connection.ts#L48)
[guild/Connection.ts:48](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/guild/Connection.ts#L48)

***

Expand All @@ -166,7 +166,7 @@ Region of connected voice channel

#### Defined in

[guild/Connection.ts:64](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/guild/Connection.ts#L64)
[guild/Connection.ts:64](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/guild/Connection.ts#L64)

***

Expand All @@ -182,7 +182,7 @@ Cached serverUpdate event from Lavalink

#### Defined in

[guild/Connection.ts:72](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/guild/Connection.ts#L72)
[guild/Connection.ts:72](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/guild/Connection.ts#L72)

***

Expand All @@ -198,7 +198,7 @@ Id of the currently active voice channel connection

#### Defined in

[guild/Connection.ts:60](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/guild/Connection.ts#L60)
[guild/Connection.ts:60](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/guild/Connection.ts#L60)

***

Expand All @@ -214,7 +214,7 @@ ShardId where this connection sends data on

#### Defined in

[guild/Connection.ts:44](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/guild/Connection.ts#L44)
[guild/Connection.ts:44](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/guild/Connection.ts#L44)

***

Expand All @@ -230,7 +230,7 @@ Connection state

#### Defined in

[guild/Connection.ts:76](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/guild/Connection.ts#L76)
[guild/Connection.ts:76](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/guild/Connection.ts#L76)

## Methods

Expand Down Expand Up @@ -262,7 +262,7 @@ false

#### Defined in

[guild/Connection.ts:107](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/guild/Connection.ts#L107)
[guild/Connection.ts:107](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/guild/Connection.ts#L107)

***

Expand Down Expand Up @@ -294,4 +294,4 @@ false

#### Defined in

[guild/Connection.ts:117](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/guild/Connection.ts#L117)
[guild/Connection.ts:117](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/guild/Connection.ts#L117)
10 changes: 5 additions & 5 deletions src/content/docs/api/classes/Connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ new Connector(client: any): Connector

#### Defined in

[connectors/Connector.ts:15](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/connectors/Connector.ts#L15)
[connectors/Connector.ts:15](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/connectors/Connector.ts#L15)

## Methods

Expand All @@ -52,7 +52,7 @@ abstract getId(): string

#### Defined in

[connectors/Connector.ts:41](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/connectors/Connector.ts#L41)
[connectors/Connector.ts:41](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/connectors/Connector.ts#L41)

***

Expand All @@ -76,7 +76,7 @@ abstract listen(nodes: NodeOption[]): void

#### Defined in

[connectors/Connector.ts:45](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/connectors/Connector.ts#L45)
[connectors/Connector.ts:45](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/connectors/Connector.ts#L45)

***

Expand Down Expand Up @@ -105,7 +105,7 @@ abstract sendPacket(

#### Defined in

[connectors/Connector.ts:43](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/connectors/Connector.ts#L43)
[connectors/Connector.ts:43](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/connectors/Connector.ts#L43)

***

Expand All @@ -129,4 +129,4 @@ set(manager: Shoukaku): Connector

#### Defined in

[connectors/Connector.ts:20](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/connectors/Connector.ts#L20)
[connectors/Connector.ts:20](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/connectors/Connector.ts#L20)
32 changes: 16 additions & 16 deletions src/content/docs/api/classes/Node.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ new Node(manager: Shoukaku, options: NodeOption): Node

#### Defined in

[node/Node.ts:146](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/node/Node.ts#L146)
[node/Node.ts:154](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/node/Node.ts#L154)

## Properties

Expand All @@ -54,7 +54,7 @@ Group in which this node is contained

#### Defined in

[node/Node.ts:92](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/node/Node.ts#L92)
[node/Node.ts:100](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/node/Node.ts#L100)

***

Expand All @@ -70,7 +70,7 @@ Information about lavalink node

#### Defined in

[node/Node.ts:120](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/node/Node.ts#L120)
[node/Node.ts:128](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/node/Node.ts#L128)

***

Expand All @@ -86,7 +86,7 @@ Shoukaku class

#### Defined in

[node/Node.ts:80](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/node/Node.ts#L80)
[node/Node.ts:88](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/node/Node.ts#L88)

***

Expand All @@ -102,7 +102,7 @@ Name of this node

#### Defined in

[node/Node.ts:88](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/node/Node.ts#L88)
[node/Node.ts:96](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/node/Node.ts#L96)

***

Expand All @@ -118,7 +118,7 @@ The number of reconnects to Lavalink

#### Defined in

[node/Node.ts:108](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/node/Node.ts#L108)
[node/Node.ts:116](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/node/Node.ts#L116)

***

Expand All @@ -134,7 +134,7 @@ Lavalink rest API

#### Defined in

[node/Node.ts:84](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/node/Node.ts#L84)
[node/Node.ts:92](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/node/Node.ts#L92)

***

Expand All @@ -150,7 +150,7 @@ SessionId of this Lavalink connection (not to be confused with Discord SessionId

#### Defined in

[node/Node.ts:128](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/node/Node.ts#L128)
[node/Node.ts:136](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/node/Node.ts#L136)

***

Expand All @@ -166,7 +166,7 @@ The state of this connection

#### Defined in

[node/Node.ts:112](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/node/Node.ts#L112)
[node/Node.ts:120](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/node/Node.ts#L120)

***

Expand All @@ -175,14 +175,14 @@ The state of this connection
### stats

```ts
stats: null | NodeStats;
stats: null | Stats;
```

Statistics from Lavalink

#### Defined in

[node/Node.ts:116](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/node/Node.ts#L116)
[node/Node.ts:124](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/node/Node.ts#L124)

***

Expand All @@ -198,7 +198,7 @@ Websocket version this node will use

#### Defined in

[node/Node.ts:96](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/node/Node.ts#L96)
[node/Node.ts:104](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/node/Node.ts#L104)

***

Expand All @@ -214,7 +214,7 @@ Websocket instance

#### Defined in

[node/Node.ts:124](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/node/Node.ts#L124)
[node/Node.ts:132](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/node/Node.ts#L132)

## Methods

Expand All @@ -234,7 +234,7 @@ Connect to Lavalink

#### Defined in

[node/Node.ts:196](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/node/Node.ts#L196)
[node/Node.ts:204](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/node/Node.ts#L204)

***

Expand All @@ -261,7 +261,7 @@ Disconnect from lavalink

#### Defined in

[node/Node.ts:226](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/node/Node.ts#L226)
[node/Node.ts:234](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/node/Node.ts#L234)

***

Expand All @@ -287,4 +287,4 @@ To emit error events easily

#### Defined in

[node/Node.ts:318](https://github.com/shipgirlproject/shoukaku/blob/761f40f7c0b54473070fa1c40602d1504a8bf167/src/node/Node.ts#L318)
[node/Node.ts:325](https://github.com/shipgirlproject/shoukaku/blob/428f92c432a1875d1770e54c312147a1f47a448d/src/node/Node.ts#L325)
Loading

0 comments on commit 7652556

Please sign in to comment.