Skip to content

Commit

Permalink
refactor: remove .nohello command (#528)
Browse files Browse the repository at this point in the history
* remove .nohello command

* Update CHANGELOG.md

---------

Co-authored-by: Philippe Dellaert <[email protected]>
  • Loading branch information
benw202 and pdellaert authored Sep 5, 2024
1 parent 5e5294c commit 360924c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 25 deletions.
4 changes: 4 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

Update <small>_ September 2024</small>

- refactor: remove .nohello command (04/09/2024)

Update <small>_ August 2024</small>

- fix: add aliases back to weather 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 360924c

Please sign in to comment.