Skip to content

Commit ad7d4ba

Browse files
committed
Throw exception again
1 parent 6216778 commit ad7d4ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/commands/error.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default class ErrorCommand implements MessageCommand {
77
description = "Macht ne exception. Mehr nicht.";
88

99
async handleMessage(_: ProcessableMessage, context: BotContext): Promise<void> {
10-
(await import("../service/lootDegradation.js")).runHalfLife(context);
11-
// throw new Error("Fehler!");
10+
// (await import("../service/lootDegradation.js")).runHalfLife(context);
11+
throw new Error("Fehler!");
1212
}
1313
}

0 commit comments

Comments
 (0)