refactor: remove unused imports and types across trade and economy modules

This commit is contained in:
syntaxbullet
2025-12-13 12:50:00 +01:00
parent 86cbe827a2
commit b33738aee3
4 changed files with 2 additions and 5 deletions

View File

@@ -13,7 +13,6 @@ import {
TextInputStyle,
ThreadChannel,
TextChannel,
Colors
} from "discord.js";
import { TradeService } from "./trade.service";
import { inventoryService } from "@/modules/inventory/inventory.service";