remove unused flag in filemoon

This commit is contained in:
Jorrin 2024-04-03 18:37:45 +02:00
parent 2f4e76747d
commit 3b00d6ffc8
1 changed files with 0 additions and 2 deletions

View File

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