We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
If it only works with v9, #1058 should solve the issue, it upgrades the API to this version.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: