Skip to content

Commit

Permalink
Merge branch 'staging' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
benw202 authored May 26, 2024
2 parents b4129c9 + d751097 commit b29c249
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

Update <small>_ May 2024</small>

- refactor: Expand technical abbreviations (26/05/2024)
- refactor: expand technical abbreviations (26/05/2024)
- feat: devlanguage command more aliases (26/05/2024)
- chore: remove efb and adirs commands (26/05/2024)
- fix: remove synaptic command (07/05/2024)
- refactor: Improve screenshot command for QoL (07/05/2024)
Expand Down
2 changes: 1 addition & 1 deletion src/commands/general/devLanguages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const devLanguagesEmbed = makeEmbed({
});

export const devLanguages: MessageCommandDefinition = {
name: ['devlanguage', 'devlanguages', 'devlang', 'dl'],
name: ['devlanguage', 'devlanguages', 'devlang', 'dl', 'stack', 'techstack'],
description: 'Provides a list of development languages used in the A32NX.',
category: CommandCategory.GENERAL,
genericEmbed: devLanguagesEmbed,
Expand Down

0 comments on commit b29c249

Please sign in to comment.