feat(event): add message.content in guild-request event

This commit is contained in:
Il Harper 2024-09-10 14:36:41 +08:00
parent 69d42fb56c
commit 1edea8a220
No known key found for this signature in database
GPG Key ID: 4B71FCA698E7E8EC

View File

@ -72,6 +72,11 @@ export class GuildRequestDispatchMessage implements SatoriDispatchMessage {
name: this.notify.user1.nickName, name: this.notify.user1.nickName,
avatar: `http://thirdqq.qlogo.cn/headimg_dl?dst_uin=${this.uin}&spec=640`, 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] return [event]