RéVoice Bot
RéVoice Bot automatically creates temporary voice channels for users, so server admins never have to worry about running out of voice channels.
It works by cloning a designated trigger (parent) channel whenever someone joins it. The newly created channel inherits all the settings and permissions from the trigger channel, so there’s no need to manually configure each generated channel.
Features
Main Features
- Generate new voice channel by cloning trigger (parent) channel so you don’t have to setting the generated channel one by one.
- You can use prefix to decide what the generated channel will be called.
- Valid prefixes/placeholders:
{user.name} - The display name of the user.
{number} - Incrementing number.
{alphabet} - Incrementing alphabet.
Command Feature
| Parameter Name |
Required |
name |
required |
prefix |
optional |
category |
optional |
/create new [name] [prefix] [category] create new parent channel
| Parameter Name |
Required |
channel |
required |
prefix |
optional |
/create exist [channel] [prefix] create new parent channel based on existing voice channel
| Parameter Name |
Required |
channel |
required |
prefix |
required |
/update prefix [channel] [prefix] update parent channel’s prefix
Check out the home page for the full