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