1
0
Fork 0

Minor documentation rewording

This commit is contained in:
Cadence Ember 2024-01-16 16:00:33 +13:00
parent 7d4379a099
commit b060451baf
3 changed files with 8 additions and 8 deletions

View file

@ -437,7 +437,7 @@ async function messageToEvent(message, guild, options = {}, di) {
// Then embeds
for (const embed of message.embeds || []) {
if (embed.type === "image") {
continue // Matrix's own image embeds are fine.
continue // Matrix's own URL previews are fine for images.
}
// Start building up a replica ("rep") of the embed in Discord-markdown format, which we will convert into both plaintext and formatted body at once