2020-06-25 22:26:52 -04:00
|
|
|
# waggle-dance
|
|
|
|
|
2020-06-26 03:04:11 -04:00
|
|
|
Discord bot for moving people between voice channels for quick one-on-one matchups
|
|
|
|
|
|
|
|
## Setup
|
|
|
|
|
|
|
|
```bash
|
|
|
|
git clone https://git.xeno.science/xenofem/waggle-dance
|
|
|
|
cd waggle-dance
|
|
|
|
python3 -m venv env
|
|
|
|
source env/bin/activate
|
|
|
|
pip install discord.py
|
|
|
|
cp config.json.example config.json
|
|
|
|
vi config.json
|
|
|
|
python waggle-dance.py
|
|
|
|
```
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
|
|
- `token`: Discord bot API token
|
|
|
|
- `channel_names`: list of names for voice channels to create
|