const memberCounterChannelId = await interaction.guild.channels.create({
name: `š | ${interaction.guild.memberCount}`,
parent: parent ?? null,
type: ChannelType.GuildVoice,
})
const memberCounterChannelId = await interaction.guild.channels.create({
name: `š | ${interaction.guild.memberCount}`,
parent: parent ?? null,
type: ChannelType.GuildVoice,
})