Fix permissions type for UserGuild
This commit is contained in:
parent
0f0aaad011
commit
90531dc713
1 changed files with 1 additions and 1 deletions
|
@ -611,7 +611,7 @@ type UserGuild struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Icon string `json:"icon"`
|
Icon string `json:"icon"`
|
||||||
Owner bool `json:"owner"`
|
Owner bool `json:"owner"`
|
||||||
Permissions int `json:"permissions"`
|
Permissions int64 `json:"permissions,string"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// A GuildParams stores all the data needed to update discord guild settings
|
// A GuildParams stores all the data needed to update discord guild settings
|
||||||
|
|
Loading…
Reference in a new issue