This commit is contained in:
Madeline 2023-08-07 19:32:21 +10:00
parent a25a62aa76
commit c6cd8f6581
No known key found for this signature in database
GPG Key ID: 80D25DA3BCB24281

View File

@ -225,8 +225,8 @@ export class Message extends BaseClass {
member_id: undefined, member_id: undefined,
webhook_id: undefined, webhook_id: undefined,
application_id: undefined, application_id: undefined,
nonce: undefined,
nonce: this.nonce ?? undefined,
tts: this.tts ?? false, tts: this.tts ?? false,
guild: this.guild ?? undefined, guild: this.guild ?? undefined,
webhook: this.webhook ?? undefined, webhook: this.webhook ?? undefined,