This commit is contained in:
Wizzard 2024-03-24 02:58:17 -04:00
parent 3d21de9bf1
commit 7cc8d7b16a
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ async function checkPriceContinuously() {
.setColor(`#${randomColor}`)
.setThumbnail('https://solana.com/src/img/branding/solanaLogoMark.png')
.setTitle('Solana (SOL) Price Update')
.setURL('https://coinmarketcap.com/currencies/solana/')
.setDescription(`**Current Price: \`$${priceHistory.currentPrice}\`**`)
.addFields([
{ name: '💰 Current Price', value: `**\`$${priceHistory.currentPrice}\`**`, inline: false },