diff options
| author | Brandon <bwaggone@umich.edu> | 2018-04-10 22:13:14 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-10 22:13:14 -0400 | 
| commit | c2f738338defbb2aaaf722fc251b9b02a60906c1 (patch) | |
| tree | 484641c1768db43a923e2203eaabd82a22f2bad2 | |
| parent | 442bf1ea125f6fa2209e9c20306f604125f612fe (diff) | |
| download | SoundChan-c2f738338defbb2aaaf722fc251b9b02a60906c1.tar.gz SoundChan-c2f738338defbb2aaaf722fc251b9b02a60906c1.tar.bz2 SoundChan-c2f738338defbb2aaaf722fc251b9b02a60906c1.zip | |
Update README.md
Add a possible todo list
| -rw-r--r-- | README.md | 15 | 
1 files changed, 15 insertions, 0 deletions
| @@ -20,3 +20,18 @@ To run the sound bot on your Server, you'll need a developer's bot token from Di  * `com.sedmelluq:lavaplayer:1.2.53`  More information to come. + +## Todo + +* Move the ExtendedListenerAdapter outside of main +* Add a monitor for updated files (refresh every few minutes or on command?) +* Add pre-emption support for sound effects (without disturbing the queue) +* Support seeking (starting a track at any point, or skipping ahead in the track) +* User roles +* Help command +* Document run steps properly +* Package a batch file / bash file for easy use +* List currently playing song +* Like or dislike support for currently playing track +* Have SoundChan reply with a voice bot +* Turn features on and off using config files | 
