Fix #443
This commit is contained in:
parent
c4a08de525
commit
24dcabd55d
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ type Channel struct {
|
|||
NSFW bool `json:"nsfw"`
|
||||
Position int `json:"position"`
|
||||
Bitrate int `json:"bitrate"`
|
||||
Recipients []*User `json:"recipient"`
|
||||
Recipients []*User `json:"recipients"`
|
||||
Messages []*Message `json:"-"`
|
||||
PermissionOverwrites []*PermissionOverwrite `json:"permission_overwrites"`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue