aboutsummaryrefslogtreecommitdiff
path: root/src/managers/player.ts
AgeCommit message (Collapse)AuthorFilesLines
2022-02-05Migrate to slash commands (#431)Max Isom1-5/+2
Co-authored-by: Federico fuji97 Rapetti <[email protected]>
2021-11-19Move file caching logic to new FileCache serviceMax Isom1-5/+5
Also: removes the -re ffmpeg option. If this option is passed, ffmpeg won't write to fs-capacitor (and the cache file) as fast as possible. In other words, the cache file won't finish writing until the entire stream has been played.
2021-09-19Move to ESM, use ytsr, implement cachingMax Isom1-3/+3
Closes #315
2021-09-19Reorg third party services & configMax Isom1-2/+3
2021-09-18Correctly skip song if unavailableMax Isom1-2/+5
Also lets user know in text channel that song is unavailable after skipping. Fixes #324
2020-03-20Merge Player and Queue servicesMax Isom1-5/+2
2020-03-15Use manager instances for guild servicesMax Isom1-0/+29