aboutsummaryrefslogtreecommitdiff
path: root/src/commands/queue.ts
AgeCommit message (Expand)AuthorFilesLines
2024-08-28update page-size option description to reflect maximum value of 30Harry Jenkins1-1/+1
2024-08-27fix: limit queue size to 30Tiago Grosso1-1/+1
2024-08-24feat: add setting for default queue page sizeTiago Grosso1-3/+10
2024-08-23fix: fix page-size option nameTiago Grosso1-2/+2
2024-08-23feat: add optional pageSize to /queue commandTiago Grosso1-1/+9
2024-04-28Fix ERR_MODULE_NOT_FOUND for constants file (#1023)Son1-1/+1
2022-05-13fix command permission handling and push discord to v10 (#640)Kevin Kendzia1-2/+2
2022-02-05Migrate to slash commands (#431)Max Isom1-11/+13
2022-01-21Announce current song (#470)Thongrapee Panyapatiphan1-56/+4
2022-01-07Bump discord.jsMax Isom1-1/+1
2021-11-12feat: discord.js v13Hellyson Rodrigo Parteka1-1/+1
2021-09-19Bump linter versionMax Isom1-1/+1
2021-09-19Move to ESM, use ytsr, implement cachingMax Isom1-7/+7
2021-04-30Add play immediate featureMax Isom1-1/+5
2020-03-25Fix position tracking bug and catch ffmpeg errorsMax Isom1-1/+2
2020-03-20Merge Player and Queue servicesMax Isom1-12/+16
2020-03-18Add queue output, various bug fixesMax Isom1-5/+50
2020-03-18Add aliasesMax Isom1-0/+1
2020-03-18Don't allow seeking past end of songMax Isom1-2/+4
2020-03-16Add help commandMax Isom1-1/+4
2020-03-15Use manager instances for guild servicesMax Isom1-5/+5
2020-03-12Use IoC, impliment queueMax Isom1-0/+22