loadItem

fun loadItem(node: Node, query: String): CompletableFuture<LoadResult>

Loads an audio item from this Link.

See: Lavalink doc

Parameters

node

the Node to retrieve the search result from.

See also

TrackResponse

fun loadItem(link: JavaLink, query: String): CompletableFuture<LoadResult>

Loads an audio item from this Link.

See: Lavalink doc

Parameters

link

the JavaLink to retrieve the item from

See also

TrackResponse