various fixes
This commit is contained in:
parent
8ab475061b
commit
548e11c788
5 changed files with 53 additions and 44 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue