rayanelhabib/BOT-One-tap-discord — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Discord bot that manages temporary voice channels for a server. I want a simple setup where an admin runs .v setup, the bot creates a join to create lobby, and when someone joins it they automatically get their own temporary voice channel. If the channel becomes empty, it should delete itself.

Users should be able to control their room with easy .v commands like help, rename, set a user limit, lock or unlock, hide or unhide, kick someone, claim ownership, and transfer ownership. I also want blacklist and whitelist controls, the ability to add managers, role based access, and controls for camera, streaming, and Discord activities. Please include a clean interactive help menu, server setup info, channel info, reset options, and logging so admins can see what is happening.

Make it work for multiple servers and store the bot data in Redis. It should be easy to run with environment variables for the bot token, Redis URL, and command registration mode. Look up current Discord bot docs online if you need to.

Want more depth? Deep Reverse