Skip to content

Commit ce18703

Browse files
committed
Debug
1 parent 779ed11 commit ce18703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/error.ts

Lines changed: 1 addition & 1 deletion
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);
10+
(await import("../service/lootDegradation.js")).runHalfLife(context);
1111
throw new Error("Fehler!");
1212
}
1313
}

0 commit comments

Comments
 (0)