A discord bot written in python that creates text channels that are only accessible by users inside its corresponding voice channel.
- Run
pip install -r requirements.txt
to install the required packages. - Write your bot's token in the
.env
file, after theTOKEN=
. - Run
python c4vc.py
to start the bot.