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

GuildInviteCreate returns HTTP 405 #100

Closed
bwmarrin opened this issue Jan 29, 2016 · 2 comments
Closed

GuildInviteCreate returns HTTP 405 #100

bwmarrin opened this issue Jan 29, 2016 · 2 comments
Assignees
Labels
fix Pull requests and issues related to bug fixes and structural inconsistencies
Milestone

Comments

@bwmarrin
Copy link
Owner

GuildInviteCreate is returning a HTTP 405 for Nick :)

Need to test this and fix/remove func.

Meanwhile, use ChannelInviteCreate func instead.

@bwmarrin bwmarrin added the fix Pull requests and issues related to bug fixes and structural inconsistencies label Feb 20, 2016
@bwmarrin bwmarrin added this to the v0.11.0 milestone Feb 20, 2016
@bwmarrin bwmarrin self-assigned this Feb 20, 2016
@bwmarrin
Copy link
Owner Author

GuildInviteCreate does return HTTP 405 METHOD NOT ALLOWED, {"message": ""}

Either it never was a valid endpoint.. or it was removed. Either way the same can be accomplished by using ChannelInviteCreate() called with the GuildID which is the same ID as the 1st channel.

Will remove GuildInviteCreate from library.

@bwmarrin
Copy link
Owner Author

Closed with commit c3cb846

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Pull requests and issues related to bug fixes and structural inconsistencies
Projects
None yet
Development

No branches or pull requests

1 participant