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

405 Method Not Allowed on *Session func ApplicationDelete(appID string) #733

Open
ghost opened this issue Jan 31, 2020 · 2 comments
Open
Labels
help wanted Requires additional help

Comments

@ghost
Copy link

ghost commented Jan 31, 2020

Error reproduced with example 'appmaker' as well, seen here: https://github.com/bwmarrin/discordgo/tree/master/examples/appmaker

func (s *Session) ApplicationDelete(appID string) (err error) {

@bwmarrin
Copy link
Owner

bwmarrin commented Jan 31, 2020

Hmn, it's likely Discord has blocked access to that endpoint outside of their clients. I'll test it when I get a moment to do so. If anyone else cares to test, let us know the result.

@bwmarrin bwmarrin added the help wanted Requires additional help label Jan 31, 2020
@ewohltman
Copy link
Contributor

Discord's API documentation seems to imply those endpoints are not available anymore. All I can find is how to get current application info.

Get Current Application Information
GET/oauth2/applications/@me

https://discordapp.com/developers/docs/topics/oauth2#get-current-application-information

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

No branches or pull requests

2 participants