Skip to content

LenfIcefrost/DCVoiceChannelManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCVoiceChannelManager

Help member create voice channel and manage channel themselves

Requirements

  • python>=3.8
  • python3-virtualenv

activate the python virtual environment

For Linux

$ python3 -m venv <virtual environment name> # If not created, creating virtualenv

$ source ./<virtual environment name>/bin/activate # Activating virtualenv (for bash)

(<virtual environment name>)$ pip3 install -r ./requirements.txt # Activating virtualenv

(<virtual environment name>)$ deactivate # When you want to leave virtual environment

For Windows

$ python -m venv <virtual environment name> # If not created, creating virtualenv

$ ./<virtual environment name>/Scripts/activate # Activating virtualenv (for bash) 

(<virtual environment name>)$ pip3 install -r ./requirements.txt # Activating virtualenv

(<virtual environment name>)$ deactivate # When you want to leave virtual environment

Setting before use

  1. find static_data.py
  2. fill the variable bot_token by the token of your bot
  3. execute main.py

Create your own bot

Make sure enable the privileged gateway intents image

Invite this bot into your own server

https://discord.com/api/oauth2/authorize?client_id=1114240368033144943&permissions=8&scope=bot%20applications.commands

About

Help member create voice channel and manage channel themself

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages