Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 919 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 919 Bytes

About

Prospero is a minimalistic Discord music bot, inspired by aoede.

Build and run

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

License

All code in this project is dual-licensed under either:

at your option.