We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779ed11 commit ce18703Copy full SHA for ce18703
1 file changed
src/commands/error.ts
@@ -7,7 +7,7 @@ export default class ErrorCommand implements MessageCommand {
7
description = "Macht ne exception. Mehr nicht.";
8
9
async handleMessage(_: ProcessableMessage, context: BotContext): Promise<void> {
10
- // (await import("../service/lootDegradation.js")).runHalfLife(context);
+ (await import("../service/lootDegradation.js")).runHalfLife(context);
11
throw new Error("Fehler!");
12
}
13
0 commit comments