aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/play.py
Commit message (Collapse)AuthorAgeFilesLines
* 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