mirror of
https://github.com/chrononeko/chronocat.git
synced 2024-11-22 07:07:53 +00:00
feat(event): add message.content
in guild-request
event
This commit is contained in:
parent
69d42fb56c
commit
1edea8a220
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user