temporary-voice-channel
temporary-voice-channel copied to clipboard
A open source discord bot that handle temporary voice channel.
temporary-voice-channel
A open source discord bot that handle temporary voice channel.
Setup
- create .env file with same as
.env.schemafile - open
config.tsfile or just edit the.envfile instead - fill
DISCORD_TOKENorbotToken(if you use ts file as config.) with your discord bot token - fill
PARENT_CHconfig with parent voice channel id, example: PARENT_CH = ["123123"] - you can change granted permissions to user by changing
userChannelPermissionsconfig
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 to upgrade replit NodeJS version.