Skip to content

Minimalistic Discord music bot

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

kinkard/prospero

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

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Languages