This bot allows you to ping all users connected to a voice channel in your Discord server. It provides the following features:
- Automatically adds roles to members when they join a voice channel and removes them when they leave.
- Allows you to ping all members connected to a specific voice channel with a single command.
There are two options to add this bot to your Discord server:
You can add the bot to your Discord server by clicking on the following link:
Make sure to grant the bot permissions to view voice channels in your server.
-
Clone this repository to your local machine.
-
Install the required dependencies by running pip install -r requirements.txt.
-
Create a .env file with your Discord bot token:
TOKEN=your_discord_bot_token
- Run the main.py file with python main.py command.
@voice_channel_name
Note: The bot requires permissions to view the voice channels in your server. If you don't want it to work in a specific channel, simply remove the "View Channel" permission for the bot in that channel.