Skip to content

Commit

Permalink
fix: Removing Synaptic command (#518)
Browse files Browse the repository at this point in the history
* fix: Removing Synaptic command

* Updating changelog
  • Loading branch information
pdellaert authored May 8, 2024
1 parent 3cab9a1 commit 2de1426
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>_ May 2024</small>

- fix: remove synaptic command (07/05/2024)
- refactor: Improve screenshot command for QoL (07/05/2024)

Update <small>_ January 2024</small>
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 2de1426

Please sign in to comment.