bobbot

A Discord bot for creating and destroying temporary voice channels.

Ever wanted Mumble's temporary voice channels on Discord?
Bob can help you!

About

Bob is a bot that allows a group of users to create voice channels that are automatically deleted after everybody leaves.

Usage

While you are connected to any voice channel:

Add to your server

The bot is still in the alpha stage of development, there are no guarantees of uptime or stability!

To add the bot to your server:

  1. Click on this link.
  2. Create a new category for the bot from which the temporary channels will inherit all permissions.
  3. Create a text channel named #bob inside the category and allow the bot to Send messages in it.

Host your own

The bot is still in the alpha stage of development, there are no guarantees of stability!

To host your own instance of Bob:

  1. Download the latest release on GitHub.
  2. Set the DISCORD_TOKEN environment variable to your Discord bot token.
  3. Set the BOB_CHANNEL_NAME environment variable to the name of Bob's text channel (without the starting hash, ex: bob).
  4. If you're on Linux, set the executable flag on the file you downloaded!
  5. Run the executable.

Compile from source

The GitHub source is even more unstable than the releases; the compilation may even fail!

To compile Bob from the source on GitHub:

  1. Ensure you have Cargo, Rust and Git installed on your PC.
  2. Clone Bob's git repository with git clone https://github.com/Steffo99/bob.git.
  3. Run cargo build.