aboutsummaryrefslogtreecommitdiff
path: root/code/utils/source_helpers/spotify/song.py
Commit message (Collapse)AuthorAgeFilesLines
* Create `create_embed` template to replace `discord.Embed()`Parker2024-11-281-9/+4
| | | | | | - Auto-set color to BOT_COLOR - Set footer to timestamp (overridden is timestamp is passed) - Optional thumbnail
* Overhaul \`play\` commandParker2024-11-281-0/+68
- Split custom sources into helper functions - Add proper logging and handling - Fix LoadError embed messsage