aboutsummaryrefslogtreecommitdiff
path: root/src/commands/seek.ts
AgeCommit message (Collapse)AuthorFilesLines
2024-04-28Fix ERR_MODULE_NOT_FOUND for constants file (#1023)Son1-1/+1
Co-authored-by: Max Isom <[email protected]>
2022-05-13fix command permission handling and push discord to v10 (#640)Kevin Kendzia1-2/+2
Co-authored-by: Max Isom <[email protected]>
2022-03-13Parse duration strings for /fseek and /seek (#565)Max Isom1-2/+3
2022-02-05Migrate to slash commands (#431)Max Isom1-30/+22
Co-authored-by: Federico fuji97 Rapetti <[email protected]>
2021-09-19Bump linter versionMax Isom1-1/+1
2021-09-19Move to ESM, use ytsr, implement cachingMax Isom1-5/+5
Closes #315
2020-10-24Bump packagesMax Isom1-2/+2
2020-03-20Remove redundent codeMax Isom1-8/+2
2020-03-20Merge Player and Queue servicesMax Isom1-7/+4
2020-03-19Require user to be in voice channelMax Isom1-0/+2
2020-03-18Add aliasesMax Isom1-0/+1
2020-03-18Allow seeking with hoursMax Isom1-3/+11
2020-03-18Don't allow seeking past end of songMax Isom1-2/+9
2020-03-17Various bug fixesMax Isom1-2/+2
2020-03-17Add better responsesMax Isom1-6/+7
2020-03-16Add help commandMax Isom1-1/+5
2020-03-15Don't allow seeking in livestreamMax Isom1-1/+16
2020-03-15Use manager instances for guild servicesMax Isom1-5/+5
2020-03-14Improve seek commandMax Isom1-1/+9
2020-03-13Add better caching, seek commandMax Isom1-0/+33