Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove .nohello command #528

Merged
merged 2 commits into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading