Skip to content

Commit

Permalink
fix(GuildChannelManager): edit lockPermissions (#8267)
Browse files Browse the repository at this point in the history
  • Loading branch information
muchnameless committed Jul 12, 2022
1 parent 9cc336c commit 8fe166d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managers/GuildChannelManager.js
Expand Up @@ -257,7 +257,7 @@ class GuildChannelManager extends CachedManager {
);
}
} else if (channel.parent) {
permission_overwrites = this.parent.permissionOverwrites.cache.map(o =>
permission_overwrites = channel.parent.permissionOverwrites.cache.map(o =>
PermissionOverwrites.resolve(o, this.guild),
);
}
Expand Down

0 comments on commit 8fe166d

Please sign in to comment.