NovaXe / KagamiPy

A discord bot focussing on music playing functionality and fun commands for chatting.
2 stars 0 forks source link

Tag Embeds field is incorrect with respect to discord api #9

Closed NovaXe closed 1 month ago

NovaXe commented 1 month ago

The embeds field implies that there can be multiple embeds on a message. This isn't correct and a message only supports either an embed field or multiple embeds from attachments or links which embed. This should be updated to reflect that an embed takes priority over multiple secondary embeds. This creates weird behavior where messages that contain links get given an embed on tag creation and response which consumes the picture and makes it look jank.

NovaXe commented 1 month ago

Fixed in 0.6.6