Voice Rooms Setup
Auto create voice rooms that auto delete to reduce clutter
Setup
Note: These commands are only avaliable to administrators
Voice rooms have two main component, the create channel and the create category. To setup voice rooms, you must first have the core module enabled. You can make sure it is enabled with
.enable core
Then you want to create a voice channel which users will join to create their own room. You can name it anything and set any permissions on it. Then, right click the voice channel you just created and copy id. You will need it for the next step.
.setcreatechannel <channel id>
Create Category
You will also need to create a category, and copy its id. This is the catergory the bot will put new voice rooms in.
.setcategory <category id>
After this, the bot's voice room feature is done being setup, you can join the create channel and you will be moved into a voice room.
Last updated
Was this helpful?