diff --git a/main.js b/main.js index d161ddb..280f64c 100644 --- a/main.js +++ b/main.js @@ -136,7 +136,7 @@ async function checkPriceContinuously() { console.log(`Current Price: ${priceHistory.currentPrice}`); - const randomColor = Math.floor(Math.random() * 16777215).toString(16); + const randomColor = Math.floor(Math.random() * 16777215).toString(16).padStart(6, '0'); const embed = new EmbedBuilder() .setColor(`#${randomColor}`)