From 6aa932a52223d0c6412b72d8497422fd65384837 Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Wed, 12 Feb 2025 19:35:57 +0000 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 750c4c3..5f5ff3f 100644 --- a/index.js +++ b/index.js @@ -101,7 +101,7 @@ async function getVideo() { && song.artists.some(artist => compareCase(trackData.artist.name).includes(compareCase(artist.name))); }); } catch (err) { - print("YTM lookup failed") + console.log("YTM lookup failed") // do nothing }