Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 854 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 854 Bytes

TODO:

  • Handle soundcloud URLs with playlist name in the end gracefully
  • Parse Soundcloud playlist and add songs to queue
  • Implement Youtube playback
  • Add duration information in Song Queue
  • Persist volume (when bot leaves and re-enters voice chan the volume resets)
  • Track to what duration song was played and display song played duration in queue command.

How to Install

Make Folders

  • data/sounds/youtube
  • data/sounds/soundcloud
  • data/sounds/effects

Install

Configuration

  • Rename config.sample to config.rb
  • Fill in relevant values.

Running

  • cd into root dir
  • install ruby as hinted by Rvm
  • bundle install
  • $touch production (if running bot in production)
  • $./run