From 71d176d96dadd1cfca6840f4511529e04a41ba4a Mon Sep 17 00:00:00 2001 From: milo Date: Thu, 1 May 2025 22:43:20 +0200 Subject: [PATCH] quick fix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 9570205..b1382a8 100644 --- a/index.js +++ b/index.js @@ -269,7 +269,7 @@ async function getAkhys() { } } console.log(`New skins : ${newSkinCount}`); - if (newSkinCount <= 30) console.log(`New skins : ${newSkinCount}`); + if (newSkinCount <= 30 && newSkinCount > 0) console.log(newSkinText); } catch (e) { console.error('Error while fetching skins:', e); }