Skip to content

Commit 1f63cc7

Browse files
committed
Revert "Debug"
This reverts commit ce18703.
1 parent ce18703 commit 1f63cc7

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)