aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/skip.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Would occasionally show the incorrect song as the song currently playing once the skip command ran. Should be fixed now.
* 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
| | | | Send the proper message and return if the end of the queue is reached once a song is skipped
* Create `skip` commandParker2024-03-311-0/+63