Skip to content

Commit 3ab1280

Browse files
committed
Add UnusualDMActivityUntil to Member
1 parent b642511 commit 3ab1280

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discord/member.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ type Member struct {
2424
Mute bool `json:"mute,omitempty"`
2525
Flags MemberFlags `json:"flags"`
2626
Pending bool `json:"pending"`
27+
UnusualDMActivityUntil *time.Time `json:"unusual_dm_activity_until"`
2728
CommunicationDisabledUntil *time.Time `json:"communication_disabled_until"`
2829
AvatarDecorationData *AvatarDecorationData `json:"avatar_decoration_data"`
2930

0 commit comments

Comments
 (0)