aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/skip.py
Commit message (Expand)AuthorAgeFilesLines
* 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