Skip to content

Commit

Permalink
fix: correct experimental commands (#16)
Browse files Browse the repository at this point in the history
* Update version.ts to amend footer

Removes an unembedded link from footer, adds in a separate section as an embed, covers the request under #8 (comment) to show clearly.

* tidy up .exp command

After reviewing in staging- removed the quoting on "No support will be offered via Discord" to tidy up the command.

* Update versions.ts to conform wording

Removes "version" to conform with proposed .exp amendments

* corrections to .versions

* Amends link for updated docs
  • Loading branch information
NUTTTTTTTT authored Aug 22, 2021
1 parent 11bc96e commit b879b97
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/commands/experimental.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export const experimental: CommandDefinition = {
title: 'FlyByWire A32NX | Experimental Version',
description: 'The experimental branch is now back in use! '
+ 'This version is similar to the development version, but contains custom systems still being developed, including the new FBW Custom Flight Management System (cFMS). '
+ 'Experimental version will be updated with the latest changes from both the "autopilot-custom-fpm" branch and development version regularly. '
+ '\n> No support will be offered via Discord for this version. ',
+ 'Experimental will be updated with the latest changes from both the "autopilot-custom-fpm" branch and development version regularly. '
+ 'No support will be offered via Discord for this version. ',
fields: [
{ name: 'Where can I download the Experimental version? ', value: '[Via the installer here](https://api.flybywiresim.com/installer)', inline: true },
],
Expand Down
13 changes: 9 additions & 4 deletions src/commands/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@ export const versions: CommandDefinition = {
category: CommandCategory.FBW,
executor: (msg) => msg.channel.send(makeEmbed({
title: 'FlyByWire A32NX | Versions',
footer: { text: 'If you are having further problems, let us know in our #support channel. [More version info here](https://docs.flybywiresim.com/start/fbw-versions)' },
footer: { text: 'If you are having further problems, let us know in our #support channel.' },
fields: [
{
name: 'Stable, Development or Experimental?',
value: '> You can find a brief explanation of the versions below, for a more in depth comparison, [please click here.](https://docs.flybywiresim.com/fbw-a32nx/fbw-versions) ',
inline: false,
},
{
name: 'Stable',
value: '> Stable is our variant that has the least bugs and best performance. '
+ 'It will not always be up to date but we guarantee it\'s compatibility with each major patch from MSFS.'
value: '> Stable is our variant that has the fewest bugs and best performance. '
+ 'It will not always be up to date but we guarantee its compatibility with each major patch from MSFS.'
+ '\n> Use the installer or [download here](https://api.flybywiresim.com/api/v1/download?url=https://flybywiresim-packages.b-cdn.net/stable/A32NX-stable.zip)',
inline: false,
},
Expand All @@ -27,7 +32,7 @@ export const versions: CommandDefinition = {
{
name: 'Experimental',
value: '> This version is similar to the development version, but contains custom systems still being developed, including the new FBW Custom Flight Management System (cFMS). '
+ 'Experimental version will be updated with the latest changes from both the "autopilot-custom-fpm" branch and development version regularly. '
+ 'Experimental will be updated with the latest changes from both the "autopilot-custom-fpm" branch and development version regularly. '
+ '\n> No support will be offered via Discord for this version. '
+ '\n> Use the installer or [download here](https://api.flybywiresim.com/api/v1/download?url=https://flybywiresim-packages.b-cdn.net/experimental/A32NX-experimental.zip)',
inline: false,
Expand Down

0 comments on commit b879b97

Please sign in to comment.