mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-01-20 19:47:12 +00:00
API: fix #38
This commit is contained in:
parent
d4bdf700f3
commit
35d918eaf1
|
@ -64,7 +64,7 @@ func (c *Client) CreateInvite(
|
|||
return inv, c.RequestJSON(
|
||||
&inv, "POST",
|
||||
EndpointChannels+channelID.String()+"/invites",
|
||||
httputil.WithSchema(c, param),
|
||||
httputil.WithJSONBody(param),
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue