This commit is contained in:
Jorrin
2023-12-26 23:23:20 +01:00
parent 65bbf28442
commit 2117b417f4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { flags } from '@/index'; import { flags } from '@/entrypoint/utils/targets';
import { makeEmbed } from '@/providers/base'; import { makeEmbed } from '@/providers/base';
// StreamBucket makes use of https://github.com/nicxlau/hunter-php-javascript-obfuscator // StreamBucket makes use of https://github.com/nicxlau/hunter-php-javascript-obfuscator

View File

@@ -1,4 +1,4 @@
import { flags } from '@/../lib'; import { flags } from '@/entrypoint/utils/targets';
import { makeEmbed } from '@/providers/base'; import { makeEmbed } from '@/providers/base';
const hlsURLRegex = /file:"(.*?)"/; const hlsURLRegex = /file:"(.*?)"/;