My command creates a new text channel, it was working earlier but recently noticed it was allowing the everyone role to be set to allow everyone to view the current channel.
permissionOverwrites: [
{
id: interaction.guild.roles.everyone,
deny: [PermissionsBitField.Flags.ViewChannel],
},
My code is right, right?