Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expand conditional checks for results, tracks, and load_type | Parker | 2024-12-18 | 1 | -6/+18 |
| | |||||
* | Protect against `results` being `None` | Parker | 2024-12-15 | 1 | -3/+5 |
| | |||||
* | Remove extra interaction response | Parker | 2024-12-01 | 1 | -2/+0 |
| | |||||
* | Largely embed wording changes + other small tweaks + combine pause commands | Parker | 2024-11-29 | 1 | -7/+18 |
| | |||||
* | Append "audio" to YouTube searches | Parker | 2024-11-29 | 1 | -1/+1 |
| | |||||
* | Create `create_embed` template to replace `discord.Embed()` | Parker | 2024-11-28 | 1 | -22/+6 |
| | | | | | | - Auto-set color to BOT_COLOR - Set footer to timestamp (overridden is timestamp is passed) - Optional thumbnail | ||||
* | Update comments | Parker | 2024-11-28 | 1 | -4/+2 |
| | |||||
* | Overhaul \`play\` command | Parker | 2024-11-28 | 1 | -320/+94 |
| | | | | | | - Split custom sources into helper functions - Add proper logging and handling - Fix LoadError embed messsage | ||||
* | `black --line-length 79` | Parker | 2024-10-31 | 1 | -56/+146 |
| | |||||
* | Make YouTube support optional | Parker | 2024-08-24 | 1 | -9/+9 |
| | |||||
* | Change config validation - make more stuff optional | Parker | 2024-08-02 | 1 | -0/+8 |
| | |||||
* | Update search providers (Deezer, YTM, YT) | Parker | 2024-07-28 | 1 | -2/+2 |
| | |||||
* | Switch up search providers | Parker | 2024-07-24 | 1 | -4/+11 |
| | |||||
* | Automatically retrieve Apple Music media API key | Parker | 2024-07-20 | 1 | -10/+13 |
| | |||||
* | Move files to `utils` folder | Parker | 2024-07-20 | 1 | -2/+2 |
| | |||||
* | Fix Apple Music artwork error | Parker | 2024-07-20 | 1 | -3/+6 |
| | |||||
* | Add support for APPLE MUSIC! | Parker | 2024-07-18 | 1 | -19/+114 |
| | |||||
* | Consolidate config validation and variables to `config.py` | Parker | 2024-06-26 | 1 | -1/+1 |
| | |||||
* | Prefer YT over DZ | Parker | 2024-04-13 | 1 | -4/+4 |
| | |||||
* | Prefer Deezer search | Parker | 2024-04-12 | 1 | -4/+4 |
| | |||||
* | Remove SoundCloud searching | Parker | 2024-04-12 | 1 | -4/+4 |
| | | | | SoundCloud was returning too many tracks that were not as expected (weird versions/recordings/cover artists, etc.) so it has been removed. | ||||
* | Make YouTube/Apple Music messages ephemeral | Parker | 2024-04-09 | 1 | -2/+2 |
| | |||||
* | Change Spotify support to use custom source | Parker | 2024-04-09 | 1 | -39/+132 |
| | |||||
* | Remove YT support | Parker | 2024-04-09 | 1 | -9/+20 |
| | |||||
* | Black code reformatting | Parker | 2024-03-31 | 1 | -1/+0 |
| | |||||
* | Create `play` command | Parker | 2024-03-31 | 1 | -0/+100 |