{"id":27161299,"url":"https://github.com/jevenchy/tempvoice","last_synced_at":"2025-10-16T18:59:38.240Z","repository":{"id":286362860,"uuid":"960558587","full_name":"jevenchy/tempvoice","owner":"jevenchy","description":"A dynamic voice channel solution for Discord — temporary, controllable, and multilingual.","archived":false,"fork":false,"pushed_at":"2025-04-06T02:45:00.000Z","size":19791,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-10T03:30:06.847Z","etag":null,"topics":["discord","discord-bot","discord-js","discord-temp-channel","discord-temporary","discord-voice","discord-voice-bot","discord-voice-channels","ephemeral","javascript","modular","multilingual","temporary","temporary-voice","temporary-voice-bot"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jevenchy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-04-04T16:36:48.000Z","updated_at":"2025-04-10T01:50:03.000Z","dependencies_parsed_at":"2025-04-10T03:38:30.369Z","dependency_job_id":null,"html_url":"https://github.com/jevenchy/tempvoice","commit_stats":null,"previous_names":["jevenchy/tempvoice"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jevenchy%2Ftempvoice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jevenchy%2Ftempvoice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jevenchy%2Ftempvoice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jevenchy%2Ftempvoice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jevenchy","download_url":"https://codeload.github.com/jevenchy/tempvoice/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248347264,"owners_count":21088616,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["discord","discord-bot","discord-js","discord-temp-channel","discord-temporary","discord-voice","discord-voice-bot","discord-voice-channels","ephemeral","javascript","modular","multilingual","temporary","temporary-voice","temporary-voice-bot"],"created_at":"2025-04-09T00:37:41.353Z","updated_at":"2025-10-16T18:59:38.233Z","avatar_url":"https://github.com/jevenchy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://github.com/jevenchy\"\u003e\u003cimg src=\"img/bot_avatar.png\" width=\"250\" height=\"250\" alt=\"TempVoice-bot\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  TempVoice-bot\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eA dynamic voice channel solution for Discord — temporary, controllable, and multilingual.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/lang-JavaScript-yellow\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/multilingual-yes-green\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/version-v1.4.0-blue\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Jevenchy-black\" /\u003e\n\u003c/p\u003e\n\n## Overview\n\nTempVoice is the easiest way for users to own their space.\nJoin once and get your own voice room — private, customizable, and temporary. Take charge in seconds: rename it, lock it down, invite who you want, and block who you don’t. No commands. No distractions.\n\n## Features\n\n![Bot in action](img/bot_example.gif)\n\n- Instantly creates voice channels\n- Deletes empty rooms automatically\n- Rename, limit users, change region/bitrate\n- Lock, hide, or control chat access\n- Trust, block, untrust, unblock users\n- Kick, claim, or transfer ownership\n- Send invite via DM in one click\n- Multilingual: `en`, `id`, `ru`, `jp`, `cn`, `de`\n- Logs every action\n\n## Setup\n\n```bash\nnpm install\ncp env.example .env\n```\n\nEdit `.env` with your bot credentials:\n\n```env\nDISCORD_TOKEN=your_token_here\nGUILD_ID=...\nCATEGORY_CHANNEL_ID=...\nEMBED_CHANNEL_ID=...\nVOICE_CHANNEL_ID=...\nLOG_CHANNEL_ID=...\nBANNER_URL=...\nUSE_UNICODE_EMOJI=true\n```\n\n`BANNER_URL` lets you specify a custom image for the embed banner.\n\n`USE_UNICODE_EMOJI` toggles Unicode emoji for dashboard buttons.\n\nStart the bot:\n\n```bash\nnpm start\n```\n\n## Running with Docker Compose\n\nCopy `env.example` to `.env` and edit the credentials for your bot:\n\n```bash\ncp env.example .env\n# then update .env with your Discord token and channel IDs\n```\n\nStart the container:\n\n```bash\ndocker compose up -d\n```\n\nDocker builds the image from the included `Dockerfile` and reads configuration\nfrom your `.env` file.\n\n## File Structure\n\n```\ntempvoice/\n├── config/                 # Global configuration\n├── img/                    # Assets (bot avatar, demo embed)\n├── language/               # Translations (multilingual support)\n└── src/\n    ├── core/               # Client setup and modular event binding\n    ├── events/             # Discord event listeners\n    ├── modals/             # Modal logic\n    ├── handlers/           # Embed sender and interaction controller\n    └── utils/              # Logger, translation function, embed builder\n```\n\n## Customization\n\nAdjust bot behavior easily through `config/config.js`:\n\n```js\nexport default {\n  language: 'en',        // Language (en, id, ru, jp, cn, de)\n  embedcode: '#2f3136',  // Default embed color\n  log: true              // Enable or disable action logging\n}\n```\n\n## Philosophy\n\nTempVoice was designed to feel native — built to blend in. No commands. No clutter. Every interaction is ephemeral, visual, and smooth. Let users manage their voice room like it's theirs — because it is.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjevenchy%2Ftempvoice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjevenchy%2Ftempvoice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjevenchy%2Ftempvoice/lists"}