aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/play.py
Commit message (Collapse)AuthorAgeFilesLines
* Better fixParker2025-03-251-2/+2
|
* Add toggle commandParker2025-03-251-1/+17
|
* Expand conditional checks for results, tracks, and load_typeParker2024-12-181-6/+18
|
* Protect against `results` being `None`Parker2024-12-151-3/+5
|
* Remove extra interaction responseParker2024-12-011-2/+0
|
* Largely embed wording changes + other small tweaks + combine pause commandsParker2024-11-291-7/+18
|
* Append "audio" to YouTube searchesParker2024-11-291-1/+1
|
* Create `create_embed` template to replace `discord.Embed()`Parker2024-11-281-22/+6
| | | | | | - Auto-set color to BOT_COLOR - Set footer to timestamp (overridden is timestamp is passed) - Optional thumbnail
* Update commentsParker2024-11-281-4/+2
|
* Overhaul \`play\` commandParker2024-11-281-320/+94
| | | | | | - Split custom sources into helper functions - Add proper logging and handling - Fix LoadError embed messsage
* `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