Skip to content

Commit 50385e5

Browse files
committed
Fix import
1 parent f423c39 commit 50385e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/service/lootDegradation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import * as lootService from "@/service/loot.js";
55
import { LootAttributeKindId, LootKindId, resolveLootTemplate } from "@/service/lootData.js";
66
import log from "@log";
77
import { randomEntry } from "@/service/random.js";
8-
import { Snowflake, userMention } from "discord.js";
8+
import { type Snowflake, userMention } from "discord.js";
99

1010
export async function degradeItems(_context: BotContext) {
1111
log.info("Degrading loot items");

0 commit comments

Comments
 (0)