VoiceMaster
Learn how to setup the VoiceMaster module.
Last updated
Learn how to setup the VoiceMaster module.
Last updated
Replace [prefix]
with your server's prefix.
VoiceMaster is a module that allows users to create their own temporary voice channels in your server. They have permissions to do things like lock, unlock, hide, reveal, kick, etc. in that voice channel only. Here, we will go over how to set up VoiceMaster and configure it for your server.
To first set up VoiceMaster, you need to run the following command:
This will create two channels: "interface" and "join to create". You can rename these however you would like.
These channels are required for the VoiceMaster module to function. Joining the "Join to Create" channel will create a voice channel and move you to that channel. From there, you can control your channel from the #interface channel.
You can also create custom VoiceMaster interfaces for your server. This can be done by utilizing the [prefix]interface
command. You can create buttons by using a button parameter. You can read more about those in the page below (scroll down a bit):
You can also learn more about embed coding here:
lock
Locks the voice channel
unlock
Unlocks the voice channel
hide
Hides the voice channel
reveal
Reveals the voice channel
rename
Renames the voice channel
decrease
Decrease the voice channel's member limit
increase
Increase the voice channel's member limit
info
Show information about the voice channel
kick
Disconnect a user from the voice channel
claim
Claim the voice channel when the owner isn't connected
;interface {embed}{title: voicemaster}$v{description: control your voicemaster channel}$v{button: lock && emoji: 🔒}$v{button: unlock && emoji: 🔓 && style: green}$v{button: hide && emoji: 👻 && style: red}
To get back the default VoiceMaster interface, run [prefix]interface
with no script. This will send the default interface to the channel you are currently in.
To remove the VoiceMaster module from your server, run this command:
serenity will delete the interface and join to create channels. It will then send a message confirming VoiceMaster has been removed from your server.