ripudaman5ingh/discord-bot ? reverse-engineered prompt
Reverse engineered prompt
Build me a Discord bot in Python that can run from one main file and keep the commands split into simple modules for image and music features.
I want it to join a server, respond to basic commands, and handle music playback in voice channels, like play, skip, stop, and queue. It should also have a few image related commands, like showing or sending images in chat in a clean way. Keep it easy to set up, with the bot token coming from a config or environment variable, and make sure the code is organized so I can add more commands later without a mess.
Please make it stable, beginner friendly, and include any small notes I’d need to run it locally. If there are any current Discord library best practices I should follow, look up the latest docs online if needed.
Are you gonna build this?
make sure you review the code using coderabbit