updatePlayer
suspend fun RestNode.updatePlayer(guildId: ULong, sessionId: String, noReplace: Boolean? = null, request: PlayerUpdate): Player
suspend fun Node.updatePlayer(guildId: ULong, noReplace: Boolean? = null, request: PlayerUpdate): Player
Updates or creates the player for this guild if it doesn't already exist.