Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kagchi/temporary-voice-channel
A open source discord bot that handle temporary voice channel.
https://github.com/kagchi/temporary-voice-channel
discord-bot discord-js
Last synced: 9 days ago
JSON representation
A open source discord bot that handle temporary voice channel.
- Host: GitHub
- URL: https://github.com/kagchi/temporary-voice-channel
- Owner: KagChi
- License: gpl-3.0
- Created: 2021-10-12T04:11:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T11:10:00.000Z (4 months ago)
- Last Synced: 2024-10-11T00:54:31.003Z (26 days ago)
- Topics: discord-bot, discord-js
- Language: TypeScript
- Homepage:
- Size: 75.2 KB
- Stars: 14
- Watchers: 3
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# temporary-voice-channel
A open source discord bot that handle temporary voice channel.## Setup
- create .env file with same as `.env.schema` file
- open `config.ts` file or just edit the `.env` file instead
- fill `DISCORD_TOKEN` or `botToken` (if you use ts file as config.) with your discord bot token
- fill `PARENT_CH` config with parent voice channel id, example: PARENT_CH = ["123123"]
- you can change granted permissions to user by changing `userChannelPermissions` config## Requirements
- NodeJS v16.6 or greater## Running bot
- npm i
- npm start## Replit
You may run this on replit, since replit doesnt have native `NodeJS v16.6`, you may see this [article](https://dev.to/arnavkr/updating-node-js-to-16-in-replit-1ep0) to upgrade replit NodeJS version.###### © KagChi 2021 All rights reserved.