diff --git a/src/utils/functions.ts b/src/utils/functions.ts index ac8ea3a..2f2e8a9 100644 --- a/src/utils/functions.ts +++ b/src/utils/functions.ts @@ -350,9 +350,6 @@ export async function fetchDash( let subSources: SubData[] = []; try { - if (provider === "showbox" || provider === "superstream") { - throw new NotFoundError(); - } const outputEmbed = await providers( proxied, reply,