Voice Mute or Unmute a Member
Last updated
Last updated
The Voice Mute or Unmute a Member action block will allow you to mute or unmute the specified user inside of a voice channel, not allowing them to speak or allow them to speak.
Keep in mind the user has to be in a voice channel for this block to work
This field will allow you to specify which user that the bot will be muting or unmuting.
This selection will mute or unmute the user who is triggering the command / event or is clicking a button / menu option.
This selection will allow you to decide if this action of the block will mute or unmute a specified user.
This field is an optional reason why the bot is muting or unmuting this user. This reason will appear in your server's Audit Log. Variables can be used as well.
This field is an optional server ID to search for the user in. Leave blank to find the user in the server the command was triggered in or who clicked a button / menu option. Variables can be used in this field and it must be a plain server ID that is returned.
Enable Success / Error Handles to detect success and errors inside of the action block. This allows you to run different actions if something goes wrong with your action. Inside of the handle, there are 2 different paths which are used to detect the outcome of the action. The green path on the bottom left side of the block indicates success, while the red path on the bottom right side of the block indicates error. You may attach action blocks to each side of the handle to get the outcome of your action block.
The Success/Error Handles feature includes 3 different error variables you can use to get information on why the action block encountered an error. Check them out here.