Skip to content

Repository files navigation

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.

About

Minimalistic Discord music bot

Topics

Resources

Stars

2 stars

Watchers

2 watching

Forks

Used by

Contributors

Languages