We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f423c39 commit 50385e5Copy full SHA for 50385e5
1 file changed
src/service/lootDegradation.ts
@@ -5,7 +5,7 @@ import * as lootService from "@/service/loot.js";
5
import { LootAttributeKindId, LootKindId, resolveLootTemplate } from "@/service/lootData.js";
6
import log from "@log";
7
import { randomEntry } from "@/service/random.js";
8
-import { Snowflake, userMention } from "discord.js";
+import { type Snowflake, userMention } from "discord.js";
9
10
export async function degradeItems(_context: BotContext) {
11
log.info("Degrading loot items");
0 commit comments