parseLavalinkConnUrl
function parseLavalinkConnUrl(connectionUrl: string): object;Defined in: src/structures/Utils.ts:33
Parses Node Connection Url: “lavalink://
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
connectionUrl | string | - |
Returns
Section titled “Returns”object
| Name | Type | Defined in |
|---|---|---|
authorization | string | src/structures/Utils.ts:34 |
host | string | src/structures/Utils.ts:37 |
id | string | src/structures/Utils.ts:36 |
nodeType | NodeType | src/structures/Utils.ts:35 |
port | number | src/structures/Utils.ts:38 |