Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The func InviteAccept doesn't work in V8 api #1078

Closed
qcozof opened this issue Jan 25, 2022 · 1 comment
Closed

The func InviteAccept doesn't work in V8 api #1078

qcozof opened this issue Jan 25, 2022 · 1 comment

Comments

@qcozof
Copy link

qcozof commented Jan 25, 2022

discordgo vision: v0.23.1 v0.23.2

call InviteAccept( inviteID ) , return 404 not found

https://discord.com/api/v8/invite/{inviteID}
HTTP 404 Not Found, {"message": "404: Not Found", "code": 0}

switch to v9 api
https://discord.com/api/v9/invite/{inviteID}
v9 work fine.

@FedorLap2006
Copy link
Collaborator

FedorLap2006 commented Feb 15, 2022

If it only works with v9, #1058 should solve the issue, it upgrades the API to this version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants