Skip to content

Commit

Permalink
fix typo in MemberUpdate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sebm253 committed Sep 3, 2022
1 parent 87c93fb commit 498280a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/member.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ type MemberAdd struct {
Deaf bool `json:"deaf,omitempty"`
}

// MemberUpdate is used to modify
// MemberUpdate is used to modify a member
type MemberUpdate struct {
ChannelID *snowflake.ID `json:"channel_id,omitempty"`
Nick *string `json:"nick,omitempty"`
Expand Down

0 comments on commit 498280a

Please sign in to comment.