fix errors

This commit is contained in:
Pas 2025-12-06 22:30:52 -07:00
parent 976825357f
commit 562ee54e1c
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
import { load } from 'cheerio';
import { unpack } from 'unpacker';
import { flags } from '@/index';
import { flags } from '@/entrypoint/utils/targets';
import { makeEmbed } from '@/providers/base';
import { NotFoundError } from '@/utils/errors';

View file

@ -1,4 +1,4 @@
import { flags } from '@/index';
import { flags } from '@/entrypoint/utils/targets';
import { makeEmbed } from '@/providers/base';
export const serverMirrorEmbed = makeEmbed({

View file

@ -1,4 +1,4 @@
import { flags } from '@/index';
import { flags } from '@/entrypoint/utils/targets';
import { NotFoundError } from '@/utils/errors';
import { EmbedOutput, makeEmbed } from '../base';