Skip to content

Commit

Permalink
remove efb command
Browse files Browse the repository at this point in the history
  • Loading branch information
ExampleWasTaken committed May 25, 2024
1 parent e57432e commit e7b1b82
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 16 deletions.
Binary file removed assets/images/a32nx/efb.gif
Binary file not shown.
Binary file removed assets/images/a32nx/efb_downscaled.gif
Binary file not shown.
14 changes: 0 additions & 14 deletions src/commands/aircraft/efb.ts

This file was deleted.

1 change: 1 addition & 0 deletions src/commands/general/migratedCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const migratedCommand: MessageCommandDefinition = {
'documentation',
'doc',
'docs',
'efb',
'ev',
'event',
'events',
Expand Down
2 changes: 0 additions & 2 deletions src/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Logger from '../lib/logger';
import { typeCommand } from '../lib/typeCommand';
import { bruheg } from './memes/bruheg';
import { boratorium } from './memes/boratorium';
import { efb } from './aircraft/efb';
import { deadzones } from './support/deadzones';
import { screens } from './aircraft/screens';
import { when } from './general/when';
Expand Down Expand Up @@ -176,7 +175,6 @@ const commands: BaseCommandDefinition[] = [
typeCommand,
bruheg,
boratorium,
efb,
deadzones,
screens,
when,
Expand Down

0 comments on commit e7b1b82

Please sign in to comment.