Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 815 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 815 Bytes

Audioloot - Discord Music Bot

This bot plays tracks from Audiotool in a Discord voice channel.

This was just a hobby project and as such has a works for me™ quality.

Use at your own risk. If you like a track, dont't forget to tell the artist!

How to build?

  1. Install libssl-dev and libopus-dev as a prerequisite.
  2. Install the rust toolchain if you haven't already.
  3. Check out this project
  4. find // Configure Guild and channel roles in the main.rs and change the hard-coded ids to match your server and channels
  5. Build the project running cargo build --release from the project's root

How to run?

Linux command line: DISCORD_TOKEN="MyVerySecretTokenThatIWillNeverShareWithAnyone" target/release/audioloot