Skip to content

Commit

Permalink
remove .nohello command
Browse files Browse the repository at this point in the history
  • Loading branch information
benw202 committed Aug 27, 2024
1 parent 5e5294c commit 5d2a32c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 25 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>_ August 2024</small>

- refactor: remove .nohello command (27/08/2024)
- fix: add aliases back to weather command (08/08/2024)
- feat: New .APModes command (08/08/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 @@ -147,7 +147,6 @@
| .jaun | just... Jaun | --- |
| .merge | GIT MERGE! | --- |
| .mico | mico! | --- |
| .nohello | No! | .hello |
| .nut | nut | --- |
| .oim | oim | --- |
| .otter | Well, it's an otter | --- |
Expand Down
2 changes: 0 additions & 2 deletions src/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ import { market } from './support/market';
import { takeoffIssues } from './aircraft/takeoffissues';
import { simbridge } from './support/simbridge';
import { fma } from './aircraft/fma';
import { noHello } from './memes/noHello';
import { dlss } from './support/dlss';
import { temporarycommandedit } from './moderation/temporaryCommandEdit';
import { temporarycommand } from './general/temporaryCommand';
Expand Down Expand Up @@ -275,7 +274,6 @@ const commands: BaseCommandDefinition[] = [
takeoffIssues,
simbridge,
fma,
noHello,
dlss,
temporarycommandedit,
temporarycommand,
Expand Down
22 changes: 0 additions & 22 deletions src/commands/memes/noHello.ts

This file was deleted.

0 comments on commit 5d2a32c

Please sign in to comment.