Help member create voice channel and manage channel themselves
- python>=3.8
- python3-virtualenv
$ 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$ 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- find
static_data.py - fill the variable
bot_tokenby the token of your bot - execute
main.py
