Skip to content

Commit 5e5294c

Browse files
authored
fix: add aliases back to weather command (#525)
1 parent 0251acb commit 5e5294c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Update <small>_ August 2024</small>
44

5+
- fix: add aliases back to weather command (08/08/2024)
56
- feat: New .APModes command (08/08/2024)
67

78
Update <small>_ July 2024</small>

src/commands/aircraft/weather.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const weatherEmbed = makeEmbed({
1414
});
1515

1616
export const weather: MessageCommandDefinition = {
17-
name: ['weather', 'wx'],
17+
name: ['weather', 'wx', 'wxr', 'terrain', 'terr', 'terronnd'],
1818
description: 'Explains the current state of the weather and terrain radars',
1919
category: CommandCategory.AIRCRAFT,
2020
genericEmbed: weatherEmbed,

0 commit comments

Comments
 (0)