hanahaneull/hakua — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small WIP JavaScript Discord selfbot client called Hakua. I want to run it from the command line, log in with a token I provide locally, connect to Discord, show basic account and connection status, and have a simple place to add commands later.

Keep it lightweight and easy to understand, but make the core structure usable, with a client layer and a Discord layer. Please add config through an environment variable, clear startup messages, and friendly errors when the token is missing or invalid.

Don’t add spam, raid, or anything harmful. Just make the bare client skeleton work, with one harmless example command like ping, plus a README that explains how to install and run it. Look up current docs online if you need to.

Want more depth? Deep Reverse