forked from pothtonswer/discordmuffin
Add nick field to guild member struct
This commit is contained in:
parent
c8b796b223
commit
0b313b016f
1 changed files with 1 additions and 0 deletions
|
@ -250,6 +250,7 @@ type Game struct {
|
||||||
type Member struct {
|
type Member struct {
|
||||||
GuildID string `json:"guild_id"`
|
GuildID string `json:"guild_id"`
|
||||||
JoinedAt string `json:"joined_at"`
|
JoinedAt string `json:"joined_at"`
|
||||||
|
Nick string `json:"nick"`
|
||||||
Deaf bool `json:"deaf"`
|
Deaf bool `json:"deaf"`
|
||||||
Mute bool `json:"mute"`
|
Mute bool `json:"mute"`
|
||||||
User *User `json:"user"`
|
User *User `json:"user"`
|
||||||
|
|
Loading…
Reference in a new issue