Voice Kick a Member
Last updated
Was this helpful?
Last updated
Was this helpful?
The Voice Kick a Member action block will allow you to kick the specified user from a voice channel, and you can add specifications to which user the bot will kick.
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 the bot will be kicking.
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.
This selection will kick the user who is triggering the command/event or is clicking a / .
You must have a user option added in the command in order for this field to work. Only may be used in this field, IDs and can be used in User ID
This selection will allow the bot to kick a user who is in a voice channel, just like the other selections, but it will target a specific user ID or that contains a user ID.
This field accepts any plain user ID with no extra symbols or spaces. The ID can be in the form of a as well.
This field is an optional reason of why the bot is kicking this user. This reason will appear in your server's Audit Log. 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 / . can be used in this field and it must be a plain server ID that is returned.
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 .