kennnyshiwa / kennnyshiwa-cogs

Cogs for Red Discordbot
MIT License
19 stars 16 forks source link

Improve embed style #51

Closed tigattack closed 1 year ago

tigattack commented 2 years ago

Example of embed with 32 character track name and 23 character album name: image

Example of same embed with artist and album fields not inline: image

Example of embed with [what I think is] unnecessary truncation: image

An argument could possibly even be made for allowing even more than 32 characters, especially given the proposed line break between artist and album fields, but I thought I'd go for what seems to be a safe middle ground here.

Feedback appreciated.