fix it betterer

This commit is contained in:
MathMan05
2026-02-12 18:06:23 -06:00
committed by Rory&
parent 689454024c
commit d5b1309b5c
+1 -1
View File
@@ -243,7 +243,7 @@ export class Message extends BaseClass {
member_id: undefined,
webhook_id: this.webhook_id ?? undefined,
application_id: undefined,
mentions: this.mentions.map((user) => user?.toPublicUser() ?? undefined),
mentions: this.mentions.map((user) => user?.toPublicUser() ?? user ?? undefined),
nonce: this.nonce ?? undefined,
tts: this.tts ?? false,