A Discord bot for creating and managing temporary voice channels, created by Coders Planet.
- Create temporary voice channels that delete when empty
- Manage channels with an easy-to-use interface
- Control privacy, user limits, and channel settings
- Manage users (invite, kick, trust, block)
- Transfer or claim channel ownership
- All settings automatically saved
- Simple website showing developer information
- Clone repository and run
npm install
- Create
.env
file with:TOKEN=your_discord_bot_token CLIENT_ID=your_discord_client_id GUILD_ID=your_discord_server_id MONGODB_URI=your_mongodb_connection_string PORT=3000
- Deploy commands and start bot:
npm start
The bot includes a simple website that displays developer information. When you start the bot with npm start
, the website will be available at http://localhost:3000
(or the port you specified in the .env file).
- Run
/setup
command and choose interface type - Join the Creator Channel to make your own voice channel
- Use the Interface Channel to manage your voice channel
- NAME - Rename channel
- LIMIT - Set user limit
- PRIVACY - Lock/unlock channel
- WAITING ROOM - Create waiting room
- THREAD - Create thread
- TRUST/UNTRUST - Manage trusted users
- INVITE/KICK - Manage channel members
- REGION - Change voice region
- BLOCK/UNBLOCK - Manage blocked users
- CLAIM/TRANSFER - Manage ownership
- DELETE - Remove channel
MIT License with Attribution Requirement and No Commercial Sale
- This software is created by Coders Planet
- You must credit Coders Planet as the original author in any project using this code
- You must provide attribution in any media featuring this code
- Commercial sale of this software or derivative works is prohibited without explicit permission
This project is developed and maintained by Coders Planet.