Added link in error message to get TiwtchDownloaderCLI

This commit is contained in:
Tzahi12345
2023-04-20 21:16:06 -04:00
parent edd4a0928c
commit a91381720f
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ async function getCommentsForVOD(vodId) {
const cliPath = `TwitchDownloaderCLI${cliExt}`
if (!fs.existsSync(cliPath)) {
logger.error(`${cliPath} does not exist. Twitch chat download failed!`);
logger.error(`${cliPath} does not exist. Twitch chat download failed! Get it here: https://github.com/lay295/TwitchDownloader`);
return null;
}