| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-19 | Merge branch 'master' into feature/slash-commands | Max Isom | 2 | -13/+54 | |
| 2022-01-17 | Add option to shuffle newly added playlist (#473) | Koopa | 1 | -1/+9 | |
| Co-authored-by: Max Isom <[email protected]> | |||||
| 2022-01-07 | Bump discord.js | Max Isom | 1 | -1/+1 | |
| 2022-01-05 | Setup and migrate to Prisma (#456) | Peerawas Archavanuntakun | 4 | -19/+83 | |
| 2021-12-27 | Refactor shuffle command as slash command | Federico fuji97 Rapetti | 1 | -10/+12 | |
| 2021-12-27 | Refactor seek command as slash command | Federico fuji97 Rapetti | 1 | -26/+31 | |
| 2021-12-27 | Remove old functions from commands | Federico fuji97 Rapetti | 3 | -79/+11 | |
| 2021-12-27 | Refactor unskip command as slash command | Federico fuji97 Rapetti | 1 | -1/+21 | |
| 2021-12-27 | Refactor skip command as slash command | Federico fuji97 Rapetti | 1 | -1/+28 | |
| 2021-12-26 | Update remove command to slash command | Federico fuji97 Rapetti | 1 | -7/+34 | |
| 2021-12-21 | Merge branch 'master' into feature/slash-commands | Max Isom | 1 | -4/+8 | |
| 2021-12-18 | Merge branch 'master' into playlist-limit-config | Max Isom | 1 | -10/+22 | |
| 2021-12-18 | Revert incorrect changes | Thongrapee Panyapatiphan | 1 | -2/+1 | |
| 2021-12-15 | Start migrating queue command | Max Isom | 3 | -57/+58 | |
| Also: make it persistent & updating, add buttons ✨ | |||||
| 2021-12-15 | Migrate pause command | Max Isom | 2 | -11/+13 | |
| 2021-12-13 | Migrate fseek command | Max Isom | 1 | -22/+41 | |
| 2021-12-13 | Migrate disconnect command | Max Isom | 3 | -92/+14 | |
| 2021-12-13 | Migrate clear command | Max Isom | 1 | -9/+8 | |
| 2021-12-12 | Edit interaction reply if necessary for error messages | Max Isom | 1 | -1/+1 | |
| 2021-12-12 | Migrate play command to slash command | Max Isom | 3 | -110/+41 | |
| 2021-12-12 | Always resume | Max Isom | 1 | -15/+22 | |
| 2021-12-12 | Merge branch 'master' into play-behavior-fix-gpg | Max Isom | 6 | -12/+93 | |
| 2021-12-09 | Merge branch 'master' into playlist-limit-config | Thongrapee Panyapatiphan | 6 | -12/+93 | |
| 2021-11-20 | Update strings | Max Isom | 2 | -13/+10 | |
| 2021-11-20 | fix: loading message isn't required | DrunkenToast | 1 | -13/+9 | |
| 2021-11-20 | fix: range and q size check | DrunkenToast | 1 | -1/+6 | |
| 2021-11-20 | feat: remove from queue | DrunkenToast | 2 | -0/+78 | |
| + fix typo queuecommand | |||||
| 2021-11-20 | feat: discord.js v13 | Hellyson Rodrigo Parteka | 4 | -11/+16 | |
| 2021-10-02 | Always autoplay rather than alerting that it is paused | cheqpat | 1 | -1/+2 | |
| 2021-10-02 | implement @udany's fix | cheqpat | 1 | -4/+8 | |
| 2021-10-01 | Update parsing and validation logic for playlist-limit config | Thongrapee Panyapatiphan | 1 | -2/+2 | |
| 2021-10-01 | Remove custom getter | Thongrapee Panyapatiphan | 1 | -6/+2 | |
| 2021-10-01 | Add playlist-limit in config command | Thongrapee Panyapatiphan | 1 | -1/+15 | |
| 2021-10-01 | Remove eslint rule disable statement | Thongrapee Panyapatiphan | 1 | -1/+0 | |
| 2021-10-01 | Read playlist song limit from Settings | Thongrapee Panyapatiphan | 1 | -5/+14 | |
| 2021-10-01 | Revert "Add config for song limit per playlist" | Thongrapee Panyapatiphan | 1 | -11/+4 | |
| This reverts commit 296a0a8178fb3c670c924b230a042cc1e6241719. | |||||
| 2021-09-30 | Add config for song limit per playlist | Thongrapee Panyapatiphan | 1 | -4/+11 | |
| 2021-09-22 | Add support for music.youtube.com URLs | Max Isom | 1 | -1/+7 | |
| Closes #355 | |||||
| 2021-09-19 | Bump linter version | Max Isom | 13 | -16/+18 | |
| 2021-09-19 | Move to ESM, use ytsr, implement caching | Max Isom | 13 | -50/+51 | |
| Closes #315 | |||||
| 2021-09-18 | Correctly skip song if unavailable | Max Isom | 1 | -2/+3 | |
| Also lets user know in text channel that song is unavailable after skipping. Fixes #324 | |||||
| 2021-09-15 | Join the message sender's channel if possible | Luis Ávila | 1 | -3/+3 | |
| 2021-08-04 | Fix help command | Max Isom | 1 | -1/+1 | |
| 2021-04-30 | Add play immediate feature | Max Isom | 2 | -5/+13 | |
| 2021-04-23 | Allow skipping multiple tracks | Max Isom | 1 | -3/+12 | |
| 2020-10-24 | Bump packages | Max Isom | 5 | -9/+8 | |
| 2020-03-25 | Fix position tracking bug and catch ffmpeg errors | Max Isom | 1 | -1/+2 | |
| 2020-03-20 | Remove redundent code | Max Isom | 1 | -8/+2 | |
| 2020-03-20 | Merge Player and Queue services | Max Isom | 8 | -73/+61 | |
| 2020-03-19 | Small bug fixes | Max Isom | 3 | -11/+14 | |
