diff --git a/src/commands/faithful/missing.ts b/src/commands/faithful/missing.ts index 3f5a72da..8cfe6107 100644 --- a/src/commands/faithful/missing.ts +++ b/src/commands/faithful/missing.ts @@ -1,4 +1,4 @@ -import type { SlashCommand, SyncSlashCommandBuilder } from "@interfaces/interactions"; +import type { SlashCommand } from "@interfaces/interactions"; import type { Pack } from "@interfaces/database"; import { EmbedBuilder } from "@client"; import { SlashCommandBuilder, Message, AttachmentBuilder } from "discord.js";