Prospero is a minimalistic Discord music bot, inspired by aoede.
The following env variables (either via set or via .env
file) sould be set:
- DISCORD_TOKEN - Discord bot token
- DATA_DIR - path where bot can store its cache
cargo run --release
alternatively, Docker image can be used:
# Optional, https://hub.docker.com/repository/docker/kinkard/prospero can be used instead
make docker
echo "DISCORD_TOKEN=my discord token" > .env
echo "DATA_DIR=/storage" >> .env
docker run --rm --env-file .env -v $PWD:/storage kinkard/prospero
All code in this project is dual-licensed under either:
at your option.