parseLavalinkConnUrl
Parses Node Connection Url: “lavalink://
Parameters
Parameter | Type | Description |
---|---|---|
connectionUrl | string |
Returns
object
Name | Type | Default value | Defined in |
---|---|---|---|
authorization | string | parsed.password | src/structures/Utils.ts:37 |
host | string | parsed.hostname | src/structures/Utils.ts:39 |
id | string | parsed.username | src/structures/Utils.ts:38 |
port | number | - | src/structures/Utils.ts:40 |