Fix EndpointInvite (#892)
This commit is contained in:
parent
f637c37ba2
commit
30251cf325
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ var (
|
||||||
|
|
||||||
EndpointGuildCreate = EndpointAPI + "guilds"
|
EndpointGuildCreate = EndpointAPI + "guilds"
|
||||||
|
|
||||||
EndpointInvite = func(iID string) string { return EndpointAPI + "invite/" + iID }
|
EndpointInvite = func(iID string) string { return EndpointAPI + "invites/" + iID }
|
||||||
|
|
||||||
EndpointIntegrationsJoin = func(iID string) string { return EndpointAPI + "integrations/" + iID + "/join" }
|
EndpointIntegrationsJoin = func(iID string) string { return EndpointAPI + "integrations/" + iID + "/join" }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue