How can I make the channel that is created called for example "TheRedyYT's Channel"?
addChannel.guild.channels.create(member.user.username, {
type: 'voice',
parent: addCategory.id,
permissionOverwrites: [{
id: member.id,
allow: ['MANAGE_CHANNELS', 'MANAGE_ROLES']
}]