Skip to content

Commit

Permalink
Remove FDMCommand as it is totally dependent upon PentaDb
Browse files Browse the repository at this point in the history
(We also didn't use it for the past 2 years)
  • Loading branch information
reivilibre committed Dec 13, 2024
1 parent 20626b2 commit 0bdf694
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 146 deletions.
144 changes: 0 additions & 144 deletions src/commands/FDMCommand.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ import { CopyModeratorsCommand } from "./commands/CopyModeratorsCommand";
import { AttendanceCommand } from "./commands/AttendanceCommand";
import { ScheduleCommand } from "./commands/ScheduleCommand";
import { CheckInMap } from "./CheckInMap";
import { FDMCommand } from "./commands/FDMCommand";
import { IScheduleBackend } from "./backends/IScheduleBackend";
import { PentaBackend } from "./backends/penta/PentaBackend";
import { JsonScheduleBackend } from "./backends/json/JsonScheduleBackend";
Expand Down Expand Up @@ -239,7 +238,6 @@ export class ConferenceBot {
new BuildCommand(this.client, this.conference, this.config),
new CopyModeratorsCommand(this.client),
new DevCommand(this.client, this.conference),
new FDMCommand(this.client, this.conference, this.config),
new HelpCommand(this.client),
new InviteCommand(this.client, this.conference, this.config),
new InviteMeCommand(this.client, this.conference),
Expand Down

0 comments on commit 0bdf694

Please sign in to comment.