mirror of
https://github.com/discordjs/discord.js.git
synced 2026-05-21 10:50:07 +00:00
When calculating permissions after overwrites, the base permission of the at-everyone role need to be accounted for. Role#permissions is not sufficient, as it only describes base permissions of the role itself. fixes #11052