Files
siren/README.md
2023-07-05 22:44:54 -04:00

780 B

drawing

Siren

A D&D Bot built for Discord. Includes music support and assistant DM tools.

Running

Visit the Discord Developer Portal and create a new application. Guides and more information are available here.

Contributing

Rust must be installed to run locally.

Furthermore, the following packages must be installed for serenity-rs/songbird

sudo apt install libopus-dev
sudo apt install ffmpeg
sudo apt apt install youtube-dl

The application can instead be tested from within a docker container.

docker build -t siren .
docker run --env-file .env -it --rm --name siren siren