Skip to content

Commit

Permalink
Merge pull request #190 from disgoorg/patch/add-scopes-to-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mlnrDev committed Aug 27, 2022
2 parents 72321bc + 4642bfc commit 2dcaae2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discord/integration.go
Expand Up @@ -171,6 +171,7 @@ type BotIntegration struct {
Enabled bool `json:"enabled"`
Account IntegrationAccount `json:"account"`
Application IntegrationApplication `json:"application"`
Scopes []OAuth2Scope `json:"scopes"`
}

func (i BotIntegration) MarshalJSON() ([]byte, error) {
Expand Down

0 comments on commit 2dcaae2

Please sign in to comment.