Skip to content

Commit

Permalink
fix: Removing Synaptic command
Browse files Browse the repository at this point in the history
  • Loading branch information
pdellaert committed Jan 31, 2024
1 parent cb9e8c6 commit 7770bd8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 12 deletions.
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>_ January 2024</small>

- fix: remove synaptic command (31/01/2024)
- feat: Disabling migrated commands and adding a message to highlight the same (27/01/2024)
- refactor: change cdn url (07/01/2024)
- fix: update A32NX download links (03/01/2024)
Expand Down
1 change: 0 additions & 1 deletion .github/command-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
| .roadmap | FBW Roadmap | .goals |
| .salty | Provides link to salty discord server | .sal <br> .ninjo |
| .spad | Provides link to spad discord server | --- |
| .synaptic | Provides link to synaptic discord server | .syn |
| .temporarycommand | Runs a temporary command created by the Moderators and can list them. These are temporary commands for simple messages. | .tempcommand <br> .tc |
| .translate | Provides information on how to contribute to various FlyByWire translation efforts | --- |
| .website | Provides a link to the FlyByWire Simulations website | .web |
Expand Down
9 changes: 0 additions & 9 deletions src/commands/general/synaptic.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ import { xp } from './memes/xp';
import { addon } from './memes/addon';
import { freetext } from './aircraft/freetext';
import { cowsay } from './memes/cowsay';
import { synaptic } from './general/synaptic';
import { directx12 } from './support/directx12';
import { cfms } from './aircraft/cfms';
import { fdr } from './support/fdr';
Expand Down Expand Up @@ -232,7 +231,6 @@ const commands: BaseCommandDefinition[] = [
addon,
freetext,
cowsay,
synaptic,
directx12,
cfms,
fdr,
Expand Down

0 comments on commit 7770bd8

Please sign in to comment.