Skip to content

Commit

Permalink
Updating language
Browse files Browse the repository at this point in the history
  • Loading branch information
pdellaert committed Sep 4, 2023
1 parent 19419ff commit bcdbbc6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/commands/aircraft/takeoffPerf.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
import { MessageCommandDefinition } from '../../lib/command';
import { CommandCategory } from '../../constants';
import { makeEmbed, makeLines } from '../../lib/embed';
import { makeEmbed } from '../../lib/embed';

const takeoffPerfEmbed = makeEmbed({
title: 'FlyByWire A32NX | Where is the takeoff calculator?',
description: makeLines(['Currently, Airbus does not publicly release takeoff performance data for the A320neo, which means it is difficult to create an accurate takeoff calculator.',
'',
'While there are many online calculators available, these often use A320ceo data, and are not accurate.',
'',
'A takeoff calculator for the A32NX is under development.']),
description: 'A takeoff calculator for the A32NX is currently under development.',
});

export const takeoffPerf: MessageCommandDefinition = {
Expand Down

0 comments on commit bcdbbc6

Please sign in to comment.