Moved to one import

This commit is contained in:
2025-01-12 19:20:37 +01:00
parent 4f1ea148c5
commit 53914fa9dd
2 changed files with 2 additions and 5 deletions

View File

@@ -1,9 +1,7 @@
import { GuildMember, InteractionContextType, SlashCommandBuilder } from "discord.js"
import { addVerify, getVerify } from "src/drizzle/functions.js"
import { devMessage, embedColor, hypixelGuildID } from "~/config/options.js"
import { ICommand } from "~/typings"
import { IPlayerData } from "~/typings"
import { IGuildData } from "~/typings"
import { ICommand, IGuildData, IPlayerData } from "~/typings"
import getGuildRank from "~/utils/Functions/guildrank.js"
import roleManage from "~/utils/Functions/rolesmanage.js"
import { getGuild, getHeadURL, getPlayer, getUUID } from "~/utils/Hypixel.js"