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

Fix the PositionModifyRequest object and the "Modify Guild Channel Positions" request #1191

Open
Azn9 opened this issue Mar 20, 2024 · 0 comments

Comments

@Azn9
Copy link
Member

Azn9 commented Mar 20, 2024

Expected Behavior:

  1. A channel may be moved to another category without having to set its position (it is actually required)
  2. The RestGuild#modifyChannelPositions method should return a Mono<Void> as the request returns a 204 No content code.

discord/discord-api-docs#6301 & https://discord.com/developers/docs/resources/guild#modify-guild-channel-positions

Also, the PositionModifyRequest is used for both Role and Channel modification, resolving this issue will need to create a new object specifically for the roles

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