za419 / CadenceBot

A Discord bot for Cadence Radio
MIT License
2 stars 1 forks source link

Update albumart to use rich embeds. #120

Open za419 opened 1 year ago

za419 commented 1 year ago

The current nowplaying+albumart response is nice, but rich embeds from discord.js 14 would be much better.

A proper embed can contain both title and artist in addition to album art in a single, visually attractive card.

This depends on #119 due to requiring a more recent version of discord.js than we currently use.