JavierSuarezGuzman/Bot_DiscordTutorial ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Discord bot for learning purposes, like a small tutorial project I can grow over time.
I want it to connect with a token from a .env file, and I should be able to run it easily from the command line with a small start script or similar. The first thing it needs to do is respond to the command b!ping with pong. Keep it beginner friendly and easy to read since this is meant for learning.
If possible, organize it so I can add new commands later as I move through the project and unlock more features step by step. Make sure the setup instructions are clear enough for someone new to Discord bots, and if you need anything current from the docs, look it up online.
I mainly want a clean working starter bot in Python that I can open, understand, and extend without a lot of extra complexity.
Are you gonna build this?
make sure you review the code using coderabbit