getPlayer

fun getPlayer(guildId: Long): Mono<LavalinkPlayer>

Gets the player from the guild id. If the player is not cached, it will be retrieved from the server. If the player does not exist on the node, it will be created.

Parameters

guildId

The guild id of the player.