Voice Channel Manager Discord Bot¶
Getting Started¶
Inviting the Bot¶
You can invite the bot using the following url:
https://discordapp.com/oauth2/authorize?client_id=524648043061051432&permissions=8&scope=bot
The Voice Channel Manager Bot should have administration permissions to ensure that nothing prevents it from making, removing and renaming channels. If, however, you do not wish to give the bot full permissions, make sure the following permissions are enabled:
- Manage Server
- Manage Channels
- Create Invite
- Manage Nicknames
- Read Text Channels & See Voice Channels
- Send Messages
- Embed Links
- Manage Messages
- Add Reactions
Bot Administration¶
Bot Prefix¶
/
. However, the prefix can be customized. To set a custom prefix for your server, run the set prefix
command. For example, if you want to set the bot prefix to an exclamation point (!), run the following command:/set prefix !
Auto Renumbering¶
/auto renumber 588406876388196353
Notification Channel¶
set notifications
command to get a message anytime an update has been made to the Voice Channel Manager Bot. To set this channel, copy the ID of your server and run the following command:/set notifications 535488093583835148
Setup¶
The following setup commands require Administrator permissions.
Creating an Auto Voice Group¶
Auto Voice Groups allow server managers to keep their voice channel lists clear of clutter. When you set up a Voice Channel Group, the Voice Channel Manager Bot creates the initial channel. When users join the channel a new one is created, and when they leave it is removed.
/create autovoice
command. You will need to specify the name of the Auto Voice Group, the Category ID for which the group will live and the user limit of each voice group channel. For example:/create autovoice "General Voice" 535488577296138243 10

Creating Temporary Voice Channels¶
Temporary Voice Channels give users of a server the freedom to create their own custom named channel. To keep things tidy, the channels are deleted once all users have left the channel.
/create temproom
command. For example:/create temproom
/create temproom 550753598271913986

Temporary Voice Channels¶
Creating a Temporary Channel¶
To create a Temporary Channel, use the /temp voice
command. This command accepts two arguments: channelName
and userLimit
. The channelName argument is what you would like to call your temporary channel, while the userLimit
argument sets the number of allowed users for that temporary voice channel.
/temp voice "My Custom Channel" 10

Locking and Unlocking a Temporary Channel¶
While you are using a Temporary Voice Channel, you can lock and unlock the channel to prevent unwanted users from
entering the channel. To do this, use the /temp lock
command to lock the channel, and /temp unlock
to unlock
the channel.

Overview¶
The Voice Channel Manager Bot is a bot that manages voice channels in Discord servers. It helps to prevent large lists of voice channels in a servers’ channel list by automatically creating channels when none is available, and removing channels when they are not needed. In addition, the Voice Channel Manager Bot can create “Game Rooms,” which base the channel name on the game that the users in the channel are playing, and allow members of the server to create their own custom voice channels.
Auto Voice Groups¶
Auto Voice Groups allow server managers to keep their voice channel lists clear of clutter. When you set up a Voice Channel Group, the Voice Channel Manager Bot creates the initial channel. When users join the channel a new one is created, and when they leave it is removed.

Temporary Voice Channel¶
Temporary Voice Channels give users of a server the freedom to create their own custom named channel. To keep things tidy, the channels are deleted once all users have left the channel.
