Are there any Discord bots capable of automatically removing links to X or Twitter posts?

I’m completely new to setting up Discord bots and have no prior experience. My local community moderators and I are looking for a solution that can automatically delete any messages containing links to X posts. We want a tool that helps manage unwanted external content and maintains the quality of our chat environment. If anyone knows of a bot that can block or remove such links effectively, or has recommendations for an alternative approach, your insights and suggestions would be greatly appreciated.

Having managed our own Discord moderation system, I found it effective to build on top of an existing framework rather than starting completely from scratch. In my setup, I used a small custom script in conjunction with a widely supported bot such as Dyno. The customizable filters allowed me to tailor the link-checking routines to specifically target posts from X or Twitter without interfering with other content. Although initially challenging, dealing with the configuration provided a solid understanding of the bot’s mechanics, which in turn enhanced overall community management.