# Voice Actions

Voice actions are all meant to target users in a voice channel. These actions can be various things that only affects a user inside a voice channel.

{% hint style="info" %}
Any of these actions can only target voice channel's or be used if a user / bot is in a voice channel.
{% endhint %}

| Block                                                                                                                                             | Information                                                                                                    |
| ------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| [Join a Voice Channel](https://botghost.com/docs/custom-commands-and-events/actions/voice-actions/join-a-voice-channel)                           | Using this action you can join the bot to a voice channel on your server.                                      |
| [Leave a Voice Channel](https://botghost.com/docs/custom-commands-and-events/actions/voice-actions/leave-a-voice-channel)                         | This block will force the bot to leave a voice channel.                                                        |
| [Voice Move a Member](https://botghost.com/docs/custom-commands-and-events/actions/voice-actions/voice-move-a-member)                             | With this block you are able to move any user to a different voice channel than the one they are currently in. |
| [Voice Kick a Member](https://botghost.com/docs/custom-commands-and-events/actions/voice-actions/voice-kick-a-member)                             | This block will force kick a user from a voice channel.                                                        |
| [Voice Mute or Unmute a Member](https://botghost.com/docs/custom-commands-and-events/actions/voice-actions/voice-mute-or-unmute-a-member)         | Using this block you can mute or unmute a user who is currently participating in a voice channel.              |
| [Voice Deafen or Undeafen a Member](https://botghost.com/docs/custom-commands-and-events/actions/voice-actions/voice-deafen-or-undeafen-a-member) | Using this block you can deafen or undeafen a user who is currently participating in a voice channel.          |
