Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NO player.repeat -> YES player.loop | Parker | 2024-10-30 | 1 | -1/+1 |
| | |||||
* | Catch issue if song on repeat is skipped w/ nothing in queue | Parker | 2024-10-30 | 1 | -1/+11 |
| | |||||
* | Move files to `utils` folder | Parker | 2024-07-20 | 1 | -2/+2 |
| | |||||
* | Prepare for another Custom Source | Parker | 2024-07-18 | 1 | -1/+1 |
| | |||||
* | Add proper references for all remaining commands | Parker | 2024-07-12 | 1 | -1/+1 |
| | |||||
* | Consolidate config validation and variables to `config.py` | Parker | 2024-06-26 | 1 | -1/+1 |
| | |||||
* | Remove 'Guava' for better self-host support | Parker | 2024-06-26 | 1 | -1/+1 |
| | |||||
* | Fix skipping when song is final in queue | Parker | 2024-05-13 | 1 | -4/+5 |
| | |||||
* | If skip number is 1, skip normally over popping | Parker | 2024-05-13 | 1 | -0/+3 |
| | |||||
* | Fix skip command showing wrong song info | Parker | 2024-04-12 | 1 | -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 time | Parker | 2024-04-12 | 1 | -1/+1 |
| | |||||
* | Catch `LoadError` when skipping tracks | Parker | 2024-04-09 | 1 | -2/+8 |
| | |||||
* | Black code reformat | Parker | 2024-03-31 | 1 | -1/+1 |
| | |||||
* | Update skip command | Parker | 2024-03-31 | 1 | -0/+8 |
| | | | | Send the proper message and return if the end of the queue is reached once a song is skipped | ||||
* | Create `skip` command | Parker | 2024-03-31 | 1 | -0/+63 |