discord-music

TODO Write a description here

Installation

TODO Write installation instructions here

Usage

$ sudo apt update
$ sudo apt install python3-pip ffmpeg libsodium-dev libopus-dev
$ python3 -m pip install -U yt-dlp[default]
$ wget https://github.com/krthr/musiquita-discord-bot/releases/latest/download/discord-music
$ chmod +x discord-music
$ ./discord-music

Development

TODO Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/discord-music/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors