various fixes

This commit is contained in:
MathMan05 2024-12-23 13:51:22 -06:00
parent 8ab475061b
commit 548e11c788
5 changed files with 53 additions and 44 deletions

View file

@ -182,7 +182,6 @@ import {I18n} from "./i18n.js";
}
channel.sendMessage(markdown.rawString, {
attachments: images,
// @ts-ignore This is valid according to the API
embeds: [], // Add an empty array for the embeds property
replyingto: replyingTo,
});