1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-11-27 17:23:00 +00:00
This commit is contained in:
mavolin 2020-05-11 20:32:28 +02:00
parent d4bdf700f3
commit f597d11852
No known key found for this signature in database
GPG key ID: D8681218EDF216DF

View file

@ -226,6 +226,9 @@ func (c *Client) AttachIntegration(
ID discord.Snowflake `json:"id"`
}
param.Type = integrationType
param.ID = integrationID
return c.FastRequest(
"POST",
EndpointGuilds+guildID.String()+"/integrations",