The /voice
command is used to manage users in voice channels, including moving, disconnecting, and disposing of voice sessions. Below are the detailed subcommands and their parameters.
/voice disposal
This subcommand is used to remove empty temporary voice channels that are no longer in use.
Example usage: /voice disposal
The bot will check for and delete any unused temporary voice channels.
/voice move
This subcommand moves a user from one voice channel to another.
Parameters:
from – The current voice channel the user is in.
to – The destination voice channel.
user – The user who will be moved.
Example usage:/voice move from: General to: Music Room user: @User
/voice disconnect
This subcommand disconnects a user from a voice channel.
Parameters:
from – The voice channel the user is currently in.
to – (Optional) If specified, the user will be moved to a different voice channel instead of being disconnected.
user – The user who will be disconnected.
Example usage: /voice disconnect from: General user: @User
This will forcibly remove @User from the General voice channel.
Users must have the necessary permissions to use these commands.
The bot must have the appropriate permissions to manage voice channels.
Changes and updates to these commands will be announced in the official Discord announcement channel.