feat: add interaction_metadata to toJSON
This commit is contained in:
parent
863db34730
commit
ef1601511b
@ -214,6 +214,7 @@ export class Message extends BaseClass {
|
|||||||
guild: this.guild ?? undefined,
|
guild: this.guild ?? undefined,
|
||||||
webhook: this.webhook ?? undefined,
|
webhook: this.webhook ?? undefined,
|
||||||
interaction: this.interaction ?? undefined,
|
interaction: this.interaction ?? undefined,
|
||||||
|
interaction_metadata: this.interaction_metadata ?? undefined,
|
||||||
reactions: this.reactions ?? undefined,
|
reactions: this.reactions ?? undefined,
|
||||||
sticker_items: this.sticker_items ?? undefined,
|
sticker_items: this.sticker_items ?? undefined,
|
||||||
message_reference: this.message_reference ?? undefined,
|
message_reference: this.message_reference ?? undefined,
|
||||||
|
|||||||
Reference in New Issue
Block a user