Skip to content

Commit

Permalink
fix: add webhook_id to webhook's messages
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberL1 committed Aug 14, 2024
1 parent 2f1449e commit e721e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/entities/Message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export class Message extends BaseClass {
...this,
author_id: undefined,
member_id: undefined,
webhook_id: undefined,
webhook_id: this.webhook_id ?? undefined,
application_id: undefined,

nonce: this.nonce ?? undefined,
Expand Down

0 comments on commit e721e7c

Please sign in to comment.