Tazhys/zora — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Discord bot that helps protect a server from the image scam messages that have been going around. I want it to be lightweight, fast, and easy to run, with the main job being to watch new messages and detect suspicious scam images and related text patterns. If it finds something that matches, it should catch it quickly and be smart about performance, like remembering images it already flagged so it does not do extra work every time.
Please make it in TypeScript and keep the setup straightforward so I can drop in a bot token from an env file and run it without a lot of fuss. I do not need a huge all purpose moderation bot, just a focused anti scam bot that listens for new messages and reacts reliably.
If there are any small choices missing, use sensible defaults and keep the code clean. You can check current Discord bot docs online if needed.
Want more depth? Deep Reverse