Skip to content

Commit 478c31d

Browse files
committed
refactor: remove oldResults command handler
1 parent 349d856 commit 478c31d

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

src/bot/setup/attachCommands.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import subscribe from "handlers/commands/subscribe";
1111
import unsubscribe from "handlers/commands/unsubscribe";
1212
import timetable from "handlers/commands/timetable";
1313
import page from "handlers/commands/page";
14-
import oldResults from "handlers/commands/oldResults";
1514
import apiStatus from "handlers/commands/apiStatus";
1615

1716
// Attach all command handlers/commands to the bot
@@ -29,7 +28,6 @@ function attachCommands() {
2928
bot.command("changefilter", changeFilter);
3029
bot.command("page", page);
3130
bot.command("pageinfo", page);
32-
bot.command("oldresults", oldResults);
3331
bot.command("serverstatus", apiStatus);
3432
}
3533

src/handlers/commands/oldResults.ts

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)