mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-09 11:53:04 +02:00
Minor documentation rewording
This commit is contained in:
parent
7d4379a099
commit
b060451baf
3 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue