Channel permissions
Hi, I'm creating a voice channel with the following code and I don't know how to make it accessible only to people with the administrator role.
const memberCounterChannelId = await interaction.guild.channels.create({
name: `š | ${interaction.guild.memberCount}`,
parent: parent ?? null,
type: ChannelType.GuildVoice,
})