mirror of
https://github.com/chrononeko/chronocat.git
synced 2024-11-21 22:58:10 +00:00
feat(event): add member
field in guild event messages
This commit is contained in:
parent
afbee93033
commit
b1bbadde83
@ -79,6 +79,9 @@ export class GuildRequestDispatchMessage implements SatoriDispatchMessage {
|
||||
avatar: `http://thirdqq.qlogo.cn/headimg_dl?dst_uin=${this.uin}&spec=640`,
|
||||
},
|
||||
|
||||
member: {
|
||||
},
|
||||
|
||||
message: {
|
||||
id: undefined as unknown as string,
|
||||
content: this.notify.postscript,
|
||||
@ -126,6 +129,9 @@ export class GuildMemberRequestDispatchMessage
|
||||
avatar: `http://thirdqq.qlogo.cn/headimg_dl?dst_uin=${this.uin}&spec=640`,
|
||||
},
|
||||
|
||||
member: {
|
||||
},
|
||||
|
||||
message: {
|
||||
id: undefined as unknown as string,
|
||||
content: this.notify.postscript,
|
||||
@ -173,6 +179,9 @@ export class GuildMemberRemovedDispatchMessage
|
||||
avatar: `http://thirdqq.qlogo.cn/headimg_dl?dst_uin=${this.uin}&spec=640`,
|
||||
},
|
||||
|
||||
member: {
|
||||
},
|
||||
|
||||
message: {
|
||||
id: undefined as unknown as string,
|
||||
content: this.notify.postscript,
|
||||
|
Loading…
Reference in New Issue
Block a user