fix build

This commit is contained in:
Jorrin 2024-03-14 20:51:49 +01:00
parent db4a27e51a
commit d776069613
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
import { unpack } from 'unpacker';
import { flags } from '@/entrypoint/utils/targets';
import { SubtitleResult } from './types';
import { flags } from '../../../../lib';
import { makeEmbed } from '../../base';
import { Caption, getCaptionTypeFromUrl, labelToLanguageCode } from '../../captions';