Skip to content

Commit

Permalink
feat(event): add message.content in guild-request event
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed Sep 10, 2024
1 parent 69d42fb commit 1edea8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/engine-chronocat-event/src/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ export class GuildRequestDispatchMessage implements SatoriDispatchMessage {
name: this.notify.user1.nickName,
avatar: `http://thirdqq.qlogo.cn/headimg_dl?dst_uin=${this.uin}&spec=640`,
},

message: {
id: undefined as unknown as string,
content: this.notify.postscript,
},
}

return [event]
Expand Down

0 comments on commit 1edea8a

Please sign in to comment.