aboutsummaryrefslogtreecommitdiff
path: root/src/commands
AgeCommit message (Expand)AuthorFilesLines
2022-01-19Merge branch 'master' into feature/slash-commandsMax Isom2-13/+54
2022-01-17Add option to shuffle newly added playlist (#473)Koopa1-1/+9
2022-01-07Bump discord.jsMax Isom1-1/+1
2022-01-05Setup and migrate to Prisma (#456)Peerawas Archavanuntakun4-19/+83
2021-12-27Refactor shuffle command as slash commandFederico fuji97 Rapetti1-10/+12
2021-12-27Refactor seek command as slash commandFederico fuji97 Rapetti1-26/+31
2021-12-27Remove old functions from commandsFederico fuji97 Rapetti3-79/+11
2021-12-27Refactor unskip command as slash commandFederico fuji97 Rapetti1-1/+21
2021-12-27Refactor skip command as slash commandFederico fuji97 Rapetti1-1/+28
2021-12-26Update remove command to slash commandFederico fuji97 Rapetti1-7/+34
2021-12-21Merge branch 'master' into feature/slash-commandsMax Isom1-4/+8
2021-12-18Merge branch 'master' into playlist-limit-configMax Isom1-10/+22
2021-12-18Revert incorrect changesThongrapee Panyapatiphan1-2/+1
2021-12-15Start migrating queue commandMax Isom3-57/+58
2021-12-15Migrate pause commandMax Isom2-11/+13
2021-12-13Migrate fseek commandMax Isom1-22/+41
2021-12-13Migrate disconnect commandMax Isom3-92/+14
2021-12-13Migrate clear commandMax Isom1-9/+8
2021-12-12Edit interaction reply if necessary for error messagesMax Isom1-1/+1
2021-12-12Migrate play command to slash commandMax Isom3-110/+41
2021-12-12Always resumeMax Isom1-15/+22
2021-12-12Merge branch 'master' into play-behavior-fix-gpgMax Isom6-12/+93
2021-12-09Merge branch 'master' into playlist-limit-configThongrapee Panyapatiphan6-12/+93
2021-11-20Update stringsMax Isom2-13/+10
2021-11-20fix: loading message isn't requiredDrunkenToast1-13/+9
2021-11-20fix: range and q size checkDrunkenToast1-1/+6
2021-11-20feat: remove from queueDrunkenToast2-0/+78
2021-11-20feat: discord.js v13Hellyson Rodrigo Parteka4-11/+16
2021-10-02Always autoplay rather than alerting that it is pausedcheqpat1-1/+2
2021-10-02implement @udany's fixcheqpat1-4/+8
2021-10-01Update parsing and validation logic for playlist-limit configThongrapee Panyapatiphan1-2/+2
2021-10-01Remove custom getterThongrapee Panyapatiphan1-6/+2
2021-10-01Add playlist-limit in config commandThongrapee Panyapatiphan1-1/+15
2021-10-01Remove eslint rule disable statementThongrapee Panyapatiphan1-1/+0
2021-10-01Read playlist song limit from SettingsThongrapee Panyapatiphan1-5/+14
2021-10-01Revert "Add config for song limit per playlist"Thongrapee Panyapatiphan1-11/+4
2021-09-30Add config for song limit per playlistThongrapee Panyapatiphan1-4/+11
2021-09-22Add support for music.youtube.com URLsMax Isom1-1/+7
2021-09-19Bump linter versionMax Isom13-16/+18
2021-09-19Move to ESM, use ytsr, implement cachingMax Isom13-50/+51
2021-09-18Correctly skip song if unavailableMax Isom1-2/+3
2021-09-15Join the message sender's channel if possibleLuis Ávila1-3/+3
2021-08-04Fix help commandMax Isom1-1/+1
2021-04-30Add play immediate featureMax Isom2-5/+13
2021-04-23Allow skipping multiple tracksMax Isom1-3/+12
2020-10-24Bump packagesMax Isom5-9/+8
2020-03-25Fix position tracking bug and catch ffmpeg errorsMax Isom1-1/+2
2020-03-20Remove redundent codeMax Isom1-8/+2
2020-03-20Merge Player and Queue servicesMax Isom8-73/+61
2020-03-19Small bug fixesMax Isom3-11/+14