aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/skip.py
Commit message (Collapse)AuthorAgeFilesLines
* Create `create_embed` template to replace `discord.Embed()`Parker2024-11-281-23/+17
| | | | | | - Auto-set color to BOT_COLOR - Set footer to timestamp (overridden is timestamp is passed) - Optional thumbnail
* `black --line-length 79`Parker2024-10-311-6/+25
|
* 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
| | | | 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