Use the twitter v2 api to re-implement the target users filtering that existed in the client-twitter plugin.
The specific piece is here in client-twitter https://github.com/elizaos-plugins/client-twitter/blob/main/src/post.ts#L863
The specific piece is here in client-twitter-api-access (this repo) https://github.com/notorious-d-e-v/client-twitter-api-access/blob/main/src/post.ts#L378
Make sure you check all references to handleNoteTweet as well.