VAKiliner
VAKiliner
### Which package is this bug report for? discord.js ### Issue description Timeout not checked (Related #9730): - `GuildEmoji.deletable` - `GuildInvite.deletable` - `GuildMember.moderatable` - `GuildMember.kickable` - `GuildMember.bannable` - `Message.editable` -...
**Please describe the changes this PR makes and why it should be merged:** In commit https://github.com/discordjs/discord.js/commit/6df36232a05e396d31461200725755745526d2ed, handling of empty permission overwrites was added, but it was not taken into account...
https://github.com/discordjs/discord.js/blob/68835b3ff77e2cfe7776da8787f07b0abf02005c/packages/discord.js/src/structures/GuildChannel.js#L132-L142 Not all empty permission overwrites need to be excluded Only `@everyone` needs to be excluded ### What I did > 1. Create a category and a text channel in...