Merge pull request #444 from robbix1206/recipientBug
Fix #443 (recipients not recipient)
This commit is contained in:
commit
b7d7e0342e
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