guild.createChannel('new-category', { type: 'category', permissionsOverwrites: [{ id: guild.id, deny: ['MANAGE_MESSAGES'], allow: ['SEND_MESSAGES'] }] }) .then(console.log) .catch(console.error);