aboutsummaryrefslogtreecommitdiff
path: root/src/commands/skip.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-09Add `split` command (#363)Hellyson Rodrigo Parteka1-1/+1
Co-authored-by: Max Isom <[email protected]> Co-authored-by: Max Isom <[email protected]>
2022-02-05Consistent verb tenseMax Isom1-1/+1
2022-01-26Throw errors in command handlersMax Isom1-3/+2
2022-01-26Merge branch 'master' into feature/slash-commandsMax Isom1-2/+6
2022-01-21Announce current song (#470)Thongrapee Panyapatiphan1-2/+14
Co-authored-by: Max Isom <[email protected]>
2022-01-19Remove unnecessary propertiesMax Isom1-7/+0
2022-01-19Type fixes, remove shortcutsMax Isom1-26/+2
2021-12-27Remove old functions from commandsFederico fuji97 Rapetti1-2/+1
2021-12-27Refactor skip command as slash commandFederico fuji97 Rapetti1-1/+28
2021-09-19Bump linter versionMax Isom1-1/+1
2021-09-19Move to ESM, use ytsr, implement cachingMax Isom1-4/+4
Closes #315
2021-04-23Allow skipping multiple tracksMax Isom1-3/+12
2020-10-24Bump packagesMax Isom1-1/+1
2020-03-20Merge Player and Queue servicesMax Isom1-14/+10
2020-03-19Small bug fixesMax Isom1-4/+3
2020-03-19Require user to be in voice channelMax Isom1-0/+2
2020-03-18Add aliasesMax Isom1-0/+1
2020-03-17Refactor play commandMax Isom1-0/+1
2020-03-17Various bug fixesMax Isom1-1/+1
2020-03-17Add better responsesMax Isom1-2/+1
2020-03-16Add help commandMax Isom1-1/+4
2020-03-16Allow skipping past current song in empty queueMax Isom1-1/+6
2020-03-15Add skip/unskipMax Isom1-0/+33