diff --git a/src/plugins/commands/dns/modules/lookup/index.ts b/src/plugins/commands/dns/modules/lookup/index.ts index 9dc0d1f..ea56b83 100644 --- a/src/plugins/commands/dns/modules/lookup/index.ts +++ b/src/plugins/commands/dns/modules/lookup/index.ts @@ -5,8 +5,6 @@ import getEmbedConfig from "../../../../../helpers/getEmbedConfig"; import { SlashCommandSubcommandBuilder } from "@discordjs/builders"; -import embedBuilder from "../../../../../helpers/embedBuilder"; - export default { metadata: { guildOnly: false, ephemeral: false },