aboutsummaryrefslogtreecommitdiff
path: root/src/inversify.config.ts
AgeCommit message (Collapse)AuthorFilesLines
2024-09-07feat: allow running without spotifysofushn1-6/+10
2024-04-28Fix ERR_MODULE_NOT_FOUND for constants file (#1023)Son1-1/+1
Co-authored-by: Max Isom <[email protected]>
2024-03-12Implement volume control #830 (#994)Matt Foxx1-0/+2
Co-authored-by: Max Isom <[email protected]>
2024-01-16Add /loop-queue command (#989)Reynard G1-0/+2
2023-12-21Optimize docker memory (#976)ninele71-1/+1
2023-02-26Add /replay command (#901)xHyperElectric1-5/+7
Co-authored-by: xHyperElectric <[email protected]> Co-authored-by: xHyperElectric <xhyperelectric@xHyperElectric> Co-authored-by: Max Isom <[email protected]>
2022-06-25Add /loop support for individual songs (#707)Cleo1-0/+2
2022-05-13fix command permission handling and push discord to v10 (#640)Kevin Kendzia1-7/+5
Co-authored-by: Max Isom <[email protected]>
2022-04-23add /next command as alias for /skip (#629)Kevin Kendzia1-0/+2
Co-authored-by: Max Isom <[email protected]>
2022-03-19Fix lint issueMax Isom1-1/+1
2022-03-19added move command (#585)Rithwik Rayani1-0/+2
Co-authored-by: Max Isom <[email protected]>
2022-03-19Update README and add "Now playing" Command (#589)Zagrthos1-0/+2
Co-authored-by: Max Isom <[email protected]> Co-authored-by: Max Isom <[email protected]>
2022-03-12Support for web streaming audio files (#550)Thongrapee Panyapatiphan1-0/+4
Co-authored-by: Max Isom <[email protected]>
2022-03-09Create `/resume` command; make `query` required for the `/play` command (#546)Hellyson Rodrigo Parteka1-0/+2
2022-02-24Add stop command (#540)Thongrapee Panyapatiphan1-0/+2
Co-authored-by: Max Isom <[email protected]>
2022-02-05Migrate to slash commands (#431)Max Isom1-8/+6
Co-authored-by: Federico fuji97 Rapetti <[email protected]>
2021-11-24Merge branch 'master' into feature/better-file-cachingMax Isom1-2/+4
2021-11-20feat: remove from queueDrunkenToast1-2/+4
+ fix typo queuecommand
2021-11-20fix: add missing `DIRECT_MESSAGES` intentHellyson Rodrigo Parteka1-0/+1
2021-11-20feat: discord.js v13Hellyson Rodrigo Parteka1-2/+9
2021-11-19Move file caching logic to new FileCache serviceMax Isom1-0/+2
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-11-18Add FileCache modelMax Isom1-2/+2
2021-11-17fix: add missing `DIRECT_MESSAGES` intentHellyson Rodrigo Parteka1-0/+1
2021-11-12feat: discord.js v13Hellyson Rodrigo Parteka1-2/+9
2021-09-19Bump linter versionMax Isom1-2/+2
2021-09-19Move to ESM, use ytsr, implement cachingMax Isom1-20/+23
Closes #315
2021-09-19Reorg third party services & configMax Isom1-16/+4
2021-09-18Remove requirement for DISCORD_CLIENT_IDMax Isom1-2/+0
Closes #336
2020-03-20Merge Player and Queue servicesMax Isom1-2/+0
2020-03-18Add disconnect commandMax Isom1-12/+18
2020-03-18Go PackersMax Isom1-0/+2
2020-03-17Refactor play commandMax Isom1-0/+6
2020-03-16Add help commandMax Isom1-0/+2
2020-03-16Add custom shortcut supportMax Isom1-0/+2
2020-03-15Add pause/resumeMax Isom1-0/+2
2020-03-15Add skip/unskipMax Isom1-0/+4
2020-03-15Add forward seekMax Isom1-0/+2
2020-03-15Use manager instances for guild servicesMax Isom1-6/+6
2020-03-14Add queue clear commandMax Isom1-0/+2
2020-03-14Add shuffle commandMax Isom1-0/+2
2020-03-13Add better caching, seek commandMax Isom1-0/+2
2020-03-12Use IoC, impliment queueMax Isom1-0/+54