Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update success message embed | Parker | 2024-11-30 | 1 | -0/+6 |
| | |||||
* | Largely embed wording changes + other small tweaks + combine pause commands | Parker | 2024-11-29 | 1 | -9/+6 |
| | |||||
* | Continue skipping tracks on LoadError | Parker | 2024-11-29 | 1 | -7/+7 |
| | |||||
* | Create `create_embed` template to replace `discord.Embed()` | Parker | 2024-11-28 | 1 | -23/+17 |
| | | | | | | - Auto-set color to BOT_COLOR - Set footer to timestamp (overridden is timestamp is passed) - Optional thumbnail | ||||
* | `black --line-length 79` | Parker | 2024-10-31 | 1 | -6/+25 |
| | |||||
* | 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 |