aboutsummaryrefslogtreecommitdiff
path: root/code/utils
Commit message (Expand)AuthorAgeFilesLines
* Small change to config textParker2024-12-031-15/+15
* Extra lavalink listeners/optional track loggingParker2024-12-011-8/+21
* Remove timestamp as default embed footerParker2024-11-301-4/+4
* Fix artwork_url for Spotify albumsParker2024-11-301-4/+5
* Add `artworkUrl` checks to remaining Spotify load funcsParker2024-11-291-2/+10
* Add support for Spotify `artist` linksParker2024-11-293-1/+117
* Check for IndexError in case artworkUrl doesn't existParker2024-11-291-3/+5
* Make title and description optional (create_embed)Parker2024-11-291-1/+5
* Largely embed wording changes + other small tweaks + combine pause commandsParker2024-11-292-18/+1
* Only search YouTube when enabledParker2024-11-291-10/+13
* Create `create_embed` template to replace `discord.Embed()`Parker2024-11-288-73/+57
* Overhaul \`play\` commandParker2024-11-288-15/+544
* `black --line-length 79`Parker2024-10-314-40/+102
* Fix NotOwner errorParker2024-09-181-3/+0
* Don't produce errors on NotOwnerParker2024-09-181-0/+3
* Make YouTube support optionalParker2024-08-241-1/+9
* Change config.yaml -> file_path variableParker2024-08-021-1/+1
* Change config validation - make more stuff optionalParker2024-08-021-187/+185
* Update search providers (Deezer, YTM, YT)Parker2024-07-281-2/+2
* Update media api key grabberParker2024-07-261-1/+2
* Switch up search providersParker2024-07-241-5/+12
* Automatically retrieve Apple Music media API keyParker2024-07-202-19/+32
* Move files to `utils` folderParker2024-07-204-2/+560
* Update error handling (mainly `CheckPlayerError`)Parker2024-07-201-0/+96