Reverse engineered prompt

Build me a Discord bot that focuses on auto security for a server. I want something I can run with Node that watches for risky or abusive actions and reacts automatically so a community is easier to protect.

The bot should connect with a simple config file, store what it needs, and keep clear logs so I can see what happened and when. It should validate important settings on startup, handle errors without crashing, and feel organized enough that I could tweak rules later. If the bot needs to track server events, save data, or keep temporary state, set that up in a clean way.

Please make the main bot flow easy to follow, include the core security behavior implied by the project name, and add basic commands or controls an admin would expect for turning things on, off, or checking status. A short setup guide would help too since the repo does not really explain itself. If anything is unclear, look up current Discord bot docs online and make sensible choices.

Want more depth? Deep Reverse