Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check for IndexError in case artworkUrl doesn't exist | Parker | 2024-11-29 | 1 | -3/+5 |
| | |||||
* | Make title and description optional (create_embed) | Parker | 2024-11-29 | 1 | -1/+5 |
| | |||||
* | Largely embed wording changes + other small tweaks + combine pause commands | Parker | 2024-11-29 | 2 | -18/+1 |
| | |||||
* | Only search YouTube when enabled | Parker | 2024-11-29 | 1 | -10/+13 |
| | |||||
* | Create `create_embed` template to replace `discord.Embed()` | Parker | 2024-11-28 | 8 | -73/+57 |
| | | | | | | - Auto-set color to BOT_COLOR - Set footer to timestamp (overridden is timestamp is passed) - Optional thumbnail | ||||
* | Overhaul \`play\` command | Parker | 2024-11-28 | 8 | -15/+544 |
| | | | | | | - Split custom sources into helper functions - Add proper logging and handling - Fix LoadError embed messsage | ||||
* | `black --line-length 79` | Parker | 2024-10-31 | 4 | -40/+102 |
| | |||||
* | Fix NotOwner error | Parker | 2024-09-18 | 1 | -3/+0 |
| | |||||
* | Don't produce errors on NotOwner | Parker | 2024-09-18 | 1 | -0/+3 |
| | |||||
* | Make YouTube support optional | Parker | 2024-08-24 | 1 | -1/+9 |
| | |||||
* | Change config.yaml -> file_path variable | Parker | 2024-08-02 | 1 | -1/+1 |
| | |||||
* | Change config validation - make more stuff optional | Parker | 2024-08-02 | 1 | -187/+185 |
| | |||||
* | Update search providers (Deezer, YTM, YT) | Parker | 2024-07-28 | 1 | -2/+2 |
| | |||||
* | Update media api key grabber | Parker | 2024-07-26 | 1 | -1/+2 |
| | |||||
* | Switch up search providers | Parker | 2024-07-24 | 1 | -5/+12 |
| | |||||
* | Automatically retrieve Apple Music media API key | Parker | 2024-07-20 | 2 | -19/+32 |
| | |||||
* | Move files to `utils` folder | Parker | 2024-07-20 | 4 | -2/+560 |
| | |||||
* | Update error handling (mainly `CheckPlayerError`) | Parker | 2024-07-20 | 1 | -0/+96 |