aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/soundchan/TrackScheduler.java
Commit message (Collapse)AuthorAgeFilesLines
* Adding in bits needed to clean up when people leave channelfeature/auto-leave-channelMatt Kohls2019-05-041-0/+8
| | | | | | | | | | SoundChan will leave a channel after 10 seconds if it is the only member left. When it leaves it will empty the queue of audio to play. When SoundChan is the last member in a channel, it will pause any playing audio. New command to drop play queue and stop current audio.
* Fix bugBrandon2018-04-211-7/+9
|
* Add sound preemption + change structureBrandon2018-04-141-2/+18
|
* Add list queued supportBrandon2018-04-071-0/+16
|
* Rename main, add properties loadingBrandon2018-04-071-0/+56