mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
fix errors
This commit is contained in:
parent
976825357f
commit
562ee54e1c
3 changed files with 3 additions and 3 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { flags } from '@/index';
|
||||
import { flags } from '@/entrypoint/utils/targets';
|
||||
import { makeEmbed } from '@/providers/base';
|
||||
|
||||
export const serverMirrorEmbed = makeEmbed({
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { flags } from '@/index';
|
||||
import { flags } from '@/entrypoint/utils/targets';
|
||||
import { NotFoundError } from '@/utils/errors';
|
||||
|
||||
import { EmbedOutput, makeEmbed } from '../base';
|
||||
|
|
|
|||
Loading…
Reference in a new issue