package
0.0.0-20210423222133-32ad1dc11647
Repository: https://github.com/lon9/discord-generalized-sound-bot.git
Documentation: pkg.go.dev

# README

addsound

addsound adds sounds from specified directory.

Usage

  Usage of ./addsound:
    -d string
        Distination directory (default "dist")
    -p string
        Prefix of the path to save sounds (default "/sounds_dca")
    -s string
        Source directory (default "src")

Docker

docker build -t addsound
docker run --rm -v $(pwd)/src:/src -v $(pwd)/dist:/dist addsound addsound [OPTIONS]