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

@@ -1,7 +1,6 @@
import { createCommand } from "@/lib/utils";
import { SlashCommandBuilder, EmbedBuilder } from "discord.js";
import { economyService } from "@/modules/economy/economy.service";
import { userService } from "@/modules/user/user.service";
import { createErrorEmbed, createWarningEmbed } from "@lib/embeds";
export const daily = createCommand({

View File

@@ -1,7 +1,6 @@
import { createCommand } from "@/lib/utils";
import { SlashCommandBuilder, EmbedBuilder, ChannelType, ActionRowBuilder, ButtonBuilder, ButtonStyle, ThreadAutoArchiveDuration } from "discord.js";
import { TradeService } from "@/modules/trade/trade.service";
import { updateTradeDashboard } from "@/modules/trade/trade.interaction";
import { createErrorEmbed, createWarningEmbed } from "@lib/embeds";
export const trade = createCommand({