Skip to content

Fix #299: DiscordRole.ModifyPositionAsync does not work

Mateusz Brawański requested to merge github/fork/uwx/patch-79 into master

Created by: uwx

Summary

Fixes #299 (closed): DiscordRole.ModifyPositionAsync does not work.

Details

The call to the ModifyGuildRolePosition endpoint is incorrectly using the role's ID instead of the guild's.

Changes proposed

  • Use guild ID instead of role when modifying role's position

Notes

Credits to @jaxc83

Merge request reports

Loading