aboutsummaryrefslogtreecommitdiff
path: root/src/commands
AgeCommit message (Expand)AuthorFilesLines
2021-12-18Merge branch 'master' into playlist-limit-configMax Isom1-10/+22
2021-12-18Revert incorrect changesThongrapee Panyapatiphan1-2/+1
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
2020-03-19Require user to be in voice channelMax Isom10-6/+20
2020-03-18Add queue output, various bug fixesMax Isom2-13/+60
2020-03-18Limit playlist adds to 50 songsMax Isom1-3/+16
2020-03-18Add aliases to helpMax Isom1-1/+15
2020-03-18Add aliasesMax Isom14-0/+20
2020-03-18Add disconnect commandMax Isom2-1/+28
2020-03-18Allow seeking with hoursMax Isom2-4/+12
2020-03-18Don't allow seeking past end of songMax Isom4-16/+35
2020-03-17Refactor play commandMax Isom2-165/+24
2020-03-17Various bug fixesMax Isom5-7/+16
2020-03-17Add better responsesMax Isom10-36/+45
2020-03-16Add help commandMax Isom13-13/+107
2020-03-16Add auto disconnectMax Isom1-6/+9
2020-03-16Add custom shortcut supportMax Isom1-0/+88
2020-03-16Add Spotify artist URL supportMax Isom1-3/+13
2020-03-16Allow skipping past current song in empty queueMax Isom1-1/+6
2020-03-15Don't allow seeking in livestreamMax Isom3-5/+38
2020-03-15Add pause/resumeMax Isom2-0/+52