bobbot
A Discord bot for creating and destroying temporary voice channels.
Ever wanted Mumble's temporary voice channels on Discord?
Bob can help you!
Bob is a bot that allows a group of users to create voice channels that are automatically deleted after everybody leaves.
While you are connected to any voice channel:
/build <channel-name>
| create a new temporary channel and enter it/save <preset-name>
| save the permissions of the channel you currently are in to a name/load <preset-name> <channel-name>
| load the permissions with the nameThe bot is still in the alpha stage of development, there are no guarantees of uptime or stability!
Please message
Steffo#4036
if you decide to add this bot to a new server :)
To add the bot to your server:
#bob
inside the category and allow the bot to Send messages in it.The bot is still in the alpha stage of development, there are no guarantees of stability!
To host your own instance of Bob:
DISCORD_TOKEN
environment variable to your Discord bot token.BOB_CHANNEL_NAME
environment variable to the name of Bob's text channel (without the starting hash, ex: bob
).BOB_DELETION_TIME
environment variable to how long would you like empty channels to stay available before being deleted. Defaults to 60
if not set.The GitHub source is even more unstable than the releases; the compilation may even fail!
To compile Bob from the source on GitHub:
git clone https://github.com/Steffo99/bob.git
.cargo build
.