Follow Go naming conventions.
This commit is contained in:
parent
777a81710d
commit
ae860ce166
1 changed files with 1 additions and 1 deletions
|
@ -843,7 +843,7 @@ func (s *Session) GuildIntegrationCreate(guildID, integrationType, integrationID
|
|||
|
||||
data := struct {
|
||||
Type string `json:"type"`
|
||||
Id string `json:"id"`
|
||||
ID string `json:"id"`
|
||||
}{integrationType, integrationID}
|
||||
|
||||
_, err = s.Request("POST", EndpointGuildIntegrations(guildID), data)
|
||||
|
|
Loading…
Reference in a new issue