Merge branch 'toJSON' of https://github.com/discordeno/discordeno into toJSON

This commit is contained in:
Skillz4Killz
2021-05-23 13:33:56 +00:00
committed by GitHub

View File

@@ -190,7 +190,7 @@ const baseMessage: Partial<DiscordenoMessage> = {
thread: this.thread,
components: this.components,
} as Message;
}
},
};
export async function createDiscordenoMessage(data: Message) {