destroyPlayer

fun destroyPlayer(guildId: Long): Mono<Unit>

Deprecated

Doesn't just destroy the player anymore, use destroyPlayerAndLink() instead.

Replace with

destroyPlayerAndLink(guildId)