aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/skip.py
Commit message (Expand)AuthorAgeFilesLines
* NO player.repeat -> YES player.loopParker2024-10-301-1/+1
* Catch issue if song on repeat is skipped w/ nothing in queueParker2024-10-301-1/+11
* Move files to `utils` folderParker2024-07-201-2/+2
* Prepare for another Custom SourceParker2024-07-181-1/+1
* Add proper references for all remaining commandsParker2024-07-121-1/+1
* Consolidate config validation and variables to `config.py`Parker2024-06-261-1/+1
* Remove 'Guava' for better self-host supportParker2024-06-261-1/+1
* Fix skipping when song is final in queueParker2024-05-131-4/+5
* If skip number is 1, skip normally over poppingParker2024-05-131-0/+3
* Fix skip command showing wrong song infoParker2024-04-121-3/+6
* Increase skip command sleep timeParker2024-04-121-1/+1
* Catch `LoadError` when skipping tracksParker2024-04-091-2/+8
* Black code reformatParker2024-03-311-1/+1
* Update skip commandParker2024-03-311-0/+8
* Create `skip` commandParker2024-03-311-0/+63