diff --git a/src/index.ts b/src/index.ts index a73faf4..f6bbf13 100644 --- a/src/index.ts +++ b/src/index.ts @@ -195,7 +195,7 @@ export async function getHandiworkFromURL(url: string): Promis // Check URL validity const exists = await urlExists(url); - if (!exists) throw new URIError(`${url} is not a valid URL`); + if (!exists) throw new URIError(`${url} does not exists`); if (!isF95URL(url)) throw new Error(`${url} is not a valid F95Zone URL`); // Get game data