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,
    })
Was this page helpful?