feat: add interaction_metadata to toJSON

This commit is contained in:
CyberL1 2025-10-18 09:43:35 +02:00 committed by Rory&
parent 863db34730
commit ef1601511b

View File

@ -214,6 +214,7 @@ export class Message extends BaseClass {
guild: this.guild ?? undefined,
webhook: this.webhook ?? undefined,
interaction: this.interaction ?? undefined,
interaction_metadata: this.interaction_metadata ?? undefined,
reactions: this.reactions ?? undefined,
sticker_items: this.sticker_items ?? undefined,
message_reference: this.message_reference ?? undefined,