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

Bans being handled incorrectly (Part #2) #51

Open
Slydelix opened this issue Mar 5, 2019 · 0 comments
Open

Bans being handled incorrectly (Part #2) #51

Slydelix opened this issue Mar 5, 2019 · 0 comments

Comments

@Slydelix
Copy link
Contributor

Slydelix commented Mar 5, 2019

client.REST.DoRequest($"/guilds/{id}/bans/{userID}", RequestMethod.PUT, jsonObj, callback);

As it says in the docs (https://discordapp.com/developers/docs/resources/guild#create-guild-ban) the ban reason and delete-message-days need to be provided as "query string params" and not json
How it should look: api/v6/guilds/{guild.id}/bans/{user.id}?delete-message-days=1&reason=banreason

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

1 participant