aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/play.py
Commit message (Collapse)AuthorAgeFilesLines
* `black --line-length 79`Parker2024-10-311-56/+146
|
* Make YouTube support optionalParker2024-08-241-9/+9
|
* Change config validation - make more stuff optionalParker2024-08-021-0/+8
|
* Update search providers (Deezer, YTM, YT)Parker2024-07-281-2/+2
|
* Switch up search providersParker2024-07-241-4/+11
|
* Automatically retrieve Apple Music media API keyParker2024-07-201-10/+13
|
* Move files to `utils` folderParker2024-07-201-2/+2
|
* Fix Apple Music artwork errorParker2024-07-201-3/+6
|
* Add support for APPLE MUSIC!Parker2024-07-181-19/+114
|
* Consolidate config validation and variables to `config.py`Parker2024-06-261-1/+1
|
* Prefer YT over DZParker2024-04-131-4/+4
|
* Prefer Deezer searchParker2024-04-121-4/+4
|
* Remove SoundCloud searchingParker2024-04-121-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 ephemeralParker2024-04-091-2/+2
|
* Change Spotify support to use custom sourceParker2024-04-091-39/+132
|
* Remove YT supportParker2024-04-091-9/+20
|
* Black code reformattingParker2024-03-311-1/+0
|
* Create `play` commandParker2024-03-311-0/+100