Hi, Bram.
If I am understanding your question fully, you could remove this action and add your own:
add_action( 'tribe_tickets_ticket_email_ticket_bottom', array( $this, 'inject_qr' ) ); from /wp-content/plugins/event-tickets-plus/src/Tribe/QR.php
If that doesn’t answer your question, please provide your full code and I’ll see if I can help further with your customization.
Also, FYI, you might be requesting the same thing as one of our existing feature requests: https://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/5486386-tickets-attached-to-emails-as-pdfs
Please do add your vote there.
This allows us to gauge interest in this particular feature request, which helps us prioritize our development efforts.
Thank you.