refactor: remove unused import, markdown fences, and standardize string interpolation formatting.

This commit is contained in:
syntaxbullet
2025-12-22 13:07:11 +01:00
parent 0dea266a6d
commit f3b6af019d
3 changed files with 8 additions and 11 deletions

View File

@@ -1,7 +1,6 @@
import { createCommand } from "@/lib/utils";
import { SlashCommandBuilder, EmbedBuilder } from "discord.js";
import { userService } from "@/modules/user/user.service";
import { createWarningEmbed } from "@/lib/embeds";
export const balance = createCommand({
data: new SlashCommandBuilder()