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

@ -1397,7 +1397,7 @@ class Channel extends SnowFlake {
{
attachments = [],
replyingto = null,
}: {attachments: Blob[]; embeds: embedjson; replyingto: Message | null},
}: {attachments: Blob[]; embeds: embedjson[]; replyingto: Message | null},
) {
let replyjson: any;
if (replyingto) {