Skip to content

n3oney/voicechat-generator

Repository files navigation

voicechat-generator

A simple Discord bot that generates voice channels on demand.

Tired of not having enough voice channels for all your members? Stop worrying about it! This bot will generate voice channels for you!

Features

  • automatically creating new voice channels when all others have a member in them
  • automatically deleting unused voice channels
  • simple configuration

Configuration

All configuration is done in config.json, which follows the schema of the example config.

Every voice channel type must be a separate category - this makes it simpler to separate channels and handle them by the bot.

Usage

To use the bot, you need a server, Node.js, a Discord bot user and the config.

  1. Clone the repository
git clone https://github.com/n3oney/voicechat-generator
  1. Install the dependencies
npm install
  1. Compile the code
npm run build
  1. Set up the config file in config.json
  2. Start the bot
npm start

Remember that the bot needs an environment variable with the name of TOKEN with the value of the Discord bot token. You can find it in the Discord bot user settings.

If you want to keep the bot running, you can use pm2 or an alternative.

About

A Discord bot that dynamically generates voice channels.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published