We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349d856 commit 478c31dCopy full SHA for 478c31d
src/bot/setup/attachCommands.ts
@@ -11,7 +11,6 @@ import subscribe from "handlers/commands/subscribe";
11
import unsubscribe from "handlers/commands/unsubscribe";
12
import timetable from "handlers/commands/timetable";
13
import page from "handlers/commands/page";
14
-import oldResults from "handlers/commands/oldResults";
15
import apiStatus from "handlers/commands/apiStatus";
16
17
// Attach all command handlers/commands to the bot
@@ -29,7 +28,6 @@ function attachCommands() {
29
28
bot.command("changefilter", changeFilter);
30
bot.command("page", page);
31
bot.command("pageinfo", page);
32
- bot.command("oldresults", oldResults);
33
bot.command("serverstatus", apiStatus);
34
}
35
src/handlers/commands/oldResults.ts
0 commit comments