Skip to content

Commit

Permalink
fix: add aliases back to weather command
Browse files Browse the repository at this point in the history
  • Loading branch information
benw202 committed Jun 15, 2024
1 parent 0f1aa0c commit 7f20c47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Update <small>_ June 2024</small>

- fix: add aliases back to weather command (15/06/2024)
- fix: econnreset description (08/06/2024)

Update <small>_ May 2024</small>
Expand Down
2 changes: 1 addition & 1 deletion src/commands/aircraft/weather.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const weatherEmbed = makeEmbed({
});

export const weather: MessageCommandDefinition = {
name: ['weather', 'wx'],
name: ['weather', 'wx', 'wxr', 'terrain', 'terr', 'terronnd'],
description: 'Explains the current state of the weather and terrain radars',
category: CommandCategory.AIRCRAFT,
genericEmbed: weatherEmbed,
Expand Down

0 comments on commit 7f20c47

Please sign in to comment.