mirror of
https://github.com/cassoule/flopobot_v2.git
synced 2026-03-18 21:40:27 +01:00
quick fix
This commit is contained in:
2
index.js
2
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user