change image to thumbnail

This commit is contained in:
= 2021-07-13 21:02:29 -04:00
parent a09c83fa4e
commit 259b0578d8
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ module.exports = {
{ name: 'Pressure', value: `${weather.pressure_in}inHg`, inline: true },
{ name: 'Relative Humidity', value: `${weather.humidity}%`, inline: true }
)
.setImage(`https:${weather.condition.icon}`)
.setThumbnail(`https:${weather.condition.icon}`)
.setTimestamp()
.setFooter(`@${author.username}#${author.discriminator}`);
}