Skip to content

Fix #287 - Issue with GuildRoleUpdated

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

Created by: uwx

Summary

Fixes #287 (closed) - Issue with GuildRoleUpdated - (RoleBefore)

Details

role_old.IsMentionable was being incorrectly set to IsManaged (which would be false most of the time)

Changes proposed

  • Assign role_old.IsMentionable to IsMentionable instead of IsManaged

Merge request reports

Loading