> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeonbot.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Voice Moderation

> Manage voice channels, voice bans, and member movement.

ZEON provides a full set of voice channel moderation tools, giving administrators precise control over who can speak, listen, and join voice channels in your server.

***

## <Icon icon="microphone-slash" /> Individual Member Controls

Target specific users in voice channels.

| Command                        | Description                                                 |
| :----------------------------- | :---------------------------------------------------------- |
| `.voice kick <user>`           | Disconnects a user from their current voice channel.        |
| `.voice mute <user>`           | Server-mutes a user in their voice channel.                 |
| `.voice unmute <user>`         | Removes a user's server mute.                               |
| `.voice deafen <user>`         | Server-deafens a user in their voice channel.               |
| `.voice undeafen <user>`       | Removes a user's server deafen.                             |
| `.voice move <user> <channel>` | Moves a user to a different voice channel.                  |
| `.voice pull <user>`           | Pulls a user from their current VC into your voice channel. |

***

## <Icon icon="users-slash" /> Bulk Voice Controls

Affect every member in your current voice channel at once.

| Command                    | Description                                                            |
| :------------------------- | :--------------------------------------------------------------------- |
| `.voice kickall`           | Kicks all non-bot members from your current voice channel.             |
| `.voice muteall`           | Server-mutes all non-bot members in your voice channel.                |
| `.voice unmuteall`         | Unmutes all members in your voice channel.                             |
| `.voice deafenall`         | Server-deafens all non-bot members in your voice channel.              |
| `.voice undeafenall`       | Undeafens all members in your voice channel.                           |
| `.voice moveall <channel>` | Moves all members from your VC to another voice channel.               |
| `.voice pullall <channel>` | Pulls all members from a specified VC into your current voice channel. |

***

## <Icon icon="lock" /> Channel Access

Control who can join or see your voice channel.

| Command            | Description                                                                    |
| :----------------- | :----------------------------------------------------------------------------- |
| `.voice private`   | Makes your current voice channel private (blocks `@everyone` from connecting). |
| `.voice unprivate` | Makes your current voice channel public again.                                 |
| `.voice lock`      | Locks your current voice channel to prevent new connections.                   |
| `.voice unlock`    | Unlocks your current voice channel to allow connections.                       |

***

## <Icon icon="ban" /> Voice Bans

Permanently or temporarily ban users from joining any voice channel. Banned users will be instantly disconnected if they attempt to join.

| Command                        | Description                                                                         |
| :----------------------------- | :---------------------------------------------------------------------------------- |
| `.voice ban <user> [duration]` | Bans a user from all voice channels. If no duration is given, the ban is permanent. |
| `.voice unban <user>`          | Removes a user's voice ban.                                                         |
| `.voice banlist`               | Shows a paginated list of all voice-banned users and their expiration times.        |
