Skip to content

Commit

Permalink
Added to Commands list
Browse files Browse the repository at this point in the history
  • Loading branch information
ko-zone committed Nov 25, 2022
1 parent d52d736 commit 13a3fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/COMMANDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
| .lnav | Explains the plane not following LNAV route due to user error. | --- |
| .msfs | Provides links to MSFS support for sim issues. | --- |
| .sbError | Provides solution to SimBrief reference error: Cannot Access Uninitialized. | .cau |
| .cycle | Provides solution for issues with navdata cycle warnings. | .oldcycle <br> .navdatawarning |

## Utilities

Expand Down
2 changes: 1 addition & 1 deletion src/commands/support/cycle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { makeEmbed, makeLines } from '../../lib/embed';
const cycleURL = '';

export const cycleWarning: CommandDefinition = {
name: ['cycle', 'cycleoutdated', 'navdatawarning'],
name: ['cycle', 'oldcycle', 'navdatawarning'],
description: 'Provides solution for issues with navdata cycle warnings.',
category: CommandCategory.SUPPORT,
executor: (msg) => {
Expand Down

0 comments on commit 13a3fea

Please sign in to comment.