forked from pothtonswer/discordmuffin
adds unique field to invite struct
This commit is contained in:
parent
9bb722e4fe
commit
3c792b297c
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ type Invite struct {
|
|||
MaxUses int `json:"max_uses"`
|
||||
Revoked bool `json:"revoked"`
|
||||
Temporary bool `json:"temporary"`
|
||||
Unique bool `json:"unique"`
|
||||
}
|
||||
|
||||
// ChannelType is the type of a Channel
|
||||
|
|
Loading…
Reference in a new issue