freyacodes/archived-bot — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a self hosted Discord music bot like FredBoat that I can run for my own server. I want it to join a voice channel, play songs when people ask for them, manage a simple queue, skip, pause, resume, stop, and leave when it is done. It should have clear chat commands and friendly error messages so normal Discord users understand what happened.

Please make it work with Discord’s current bot rules and intents, not the old archived setup. Use Kotlin since this project is Kotlin, and keep the setup as simple as possible with a config file for the bot token and basic settings. It would be nice if it can be run with Docker too.

Add a short README that explains how to create the Discord app, invite the bot, configure it, and start it locally. Look up current Discord docs online if you need to.

Want more depth? Deep Reverse